Hi there,
I have a transparent menu on my site but would like to add a background colour to my secondary menu. I’ve tried through advanced settings but it doesn’t seem to work. Can you please provide CSS to make the change?
Hey trishgray,
Add this to quick css:
.header-scrolled #header_meta{
background:#fff!important;
}
Adjust the color to whatever you need.
Best regards,
Jordan Shannon
Thanks! The background colour only appears on scroll though and I’d like it to be fixed at all times.
Hi,
I see, just adjust the css to this:
#header_meta{
background:red!important;
}
Best regards,
Jordan Shannon