Having section background go behind transparent navbar/header

Hey,

So I have a background on a hero type section on a site im building, and found css to make the header background transparent with the menu links too, but when I change the layout to stacked so the menu is under the logo, The menu you buttons are over the hero section background but the logo is in its own section with a grey/white background

How would I go about fixing this or workaround this, to make the hero section background be behind the stacked layout as well ?

Help is appreciated, Thanks!

Hi there,

Please try adding this code in X > Theme Options > CSS:

header.masthead {
    position: absolute;
    width: 100%;
}

header .x-logobar {
    background-color: transparent;
}

Here are some related links for further reading:

Hope this helps.

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