- This topic has 5 replies, 2 voices, and was last updated 1 year, 10 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
I moved the main navigation to above the header.
I’d like to make the white bar transparent and overlap the header (like to top bar can). Is there a way to do that?
(It’s for when I add a video header.)
Hi WH,
Actually, it’s not possible with theme options, share your website URL and we will try to get the result with the custom CSS snippets.
Kind Regards
Hi WH,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
#main-nav {
background: transparent !important;
position: relative !important;
top: 10px;
box-shadow: none !important;
}
.entry-header {
position: relative;
top: -50px;
height: 330px;
}
.logo-img {
margin-top: 40px;
}
Kind Regards
That’s perfect! Thank you so much!
Feel free to contact us at any time, we are more than happy to help.
Kind Regards