Hi,
I’ve been trying to find the solution here in the forum and I’ve tried to add different custom CSS that was suggested but it’s still can’t make my navbar/header section transparent on all pages. Toggling the option “Transparent navbar” doesn’t work either.
I’d also like to make the mobile button transparent.
Can you help me with this?
Note. I managed to make the navbar transparent using the below code. However, it’s only working on the home page upbeater.com for web and not on mobile or other pages (like for example upbeater.com/society). It also messes up so I can’t add more padding over the logo.
/transparent navbar/
.home .masthead .x-navbar {
background-color: transparent ;
}
.home .masthead + div {
margin-top: -91px !important;
}
.x-logobar, .x-navbar, .x-topbar {
background-color: transparent !important;
box-shadow: none;
border: 0;
}
Would really appreciate your help!
Thanks, Petra