Top Bar Transparency

Hello, I can’t seem to get the top bar to become transparent, when there is content in it that section has a white background and the .x-main.full class won’t move any higher.

Another thing: when I try different things in the Chrome Inspector it moves the content up properly, but it doesn’t make any difference as soon as I scroll or add the CSS to my Customizer.

Hi There,

Please try adding this custom CSS under X > Theme Options > CSS:

.home .masthead.masthead-inline {
    position: absolute;
    width: 100%;
}

Hope it helps :slight_smile:

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