Background Image Behind Nav Bar

I’d like for the background on the nav bar to be transparent, with an image at the top of the page becoming the background of the nav bar (see attached photo). Each page will have a different image on top of which the nav bar will be displayed.

I’ve made the nav bar transparent, but have not been able to display an image (within a section) underneath it.

How might I go about accomplishing this?

Thank you!
Kaylie

Hi Kaylie,

Thank you for writing in, you can add the custom CSS below to Theme Options > CSS

.masthead {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

Hope it helps,
Cheers!

It works! Thank you so much!

You’re more than welcome, glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.