Hi there
My header / navigation has a light transparency. How can I get rid of the transparency completely and just keep a white background?
The website is called: http://flyingmachinearena.org
Thanks
Carolina
Hi Carolina!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
.html_header_top.html_header_sticky #header {
position: fixed;
background: white;
}
Cheers!
Ismael
Thank you very much!