Support » Theme: Bento » Add background image to header

  • Is it possible to add a background image to the header?
    I have a white header but would like a coloured bar at the bottom of it divide the header to the page.
    I can add an image to the top of every page and stretch it to fit but would prefer to put the image in the header and align it to the bottom so I just have to add it once.
    Any help would be appreciated, thank you!

Viewing 1 replies (of 1 total)
  • Theme Author satoristudio

    (@satoristudio)

    Hey @wpxu44,

    there’s no corresponding back-end setting at the moment, but you can use some custom code to achieve this, e.g.:

    .site-header { border-bottom: 1px solid #333333; }

    which can go into the “Additional CSS” tab of the “Appearance – Customize” admin section. You can replace the #333333 with any color you need, in hex notation.

    Sincerely,
    Andrii / Satori Studio

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.