Tagged: header, transparency
Hi there,
I’m using the transparent header option (which is great) however I would like an overall colour for the header and menu area as an opaque white. When I apply an opacity command via custom css the logo disappears.
Is there a way to isolate the logo so that it does not accept the opacity command?
Also, once scrolling I would also like the background color to be opaque.
Thanks, and I hope this is clear
Hi silviouk!
Can you post a screenshot and show the changes you would like to make?
Cheers!
Yigit
Hey!
Add this on Quick CSS or custom.css:
div#header_main_alternate {
background: rgba(255,255,255,.5) !important;
}
Cheers!
Ismael
Thanks!