Hey the header on my home page is not transparent and the submenu background color matches fine. But on pages where I have a transparent/glassy header, is there a way to make the submenu background match? As of now it is the same color as the homepage header and looks a little weird.
Hi Bradleyecain!
Go ahead and send us a link to the page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
Elliott
The transparent pages are the service pages. I am also having a problem adding images to any of my galleries now. If you could check that out while you’re in there, that would be awesome.
Any luck?
Hey!
Add this to your custom CSS.
.html_header_glassy .sub-menu, .html_header_glassy .sub-menu * {
background: rgba(0,0,0,0.1) !important;
}
.html_header_glassy .header-scrolled .sub-menu, .html_header_glassy .sub-menu * {
background: red !important;
}
Cheers!
Elliott