Hi, is there a way to disable the header transparency and just make it a solid color?
Thank you.
Hi benjamintlakey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#header_main {
background-color: white;
}
Best regards,
Yigit
Thanks Yigit! Works perfect!