Tagged: enfold, header, menu, navigation, opacity
Hey guys –
I asked previously about changing header opacity, and for the fixed header, it worked. The same does not work for a non-fixed header. What do I need to do to adjust the non fixed header opacity, keeping in mind that the logo and navigation should remain 100% visible.
Thanks.
Hi David!
Your header background is already transparent. Please add this on your custom.css or Quick CSS to move the content upwards:
#main {
margin-top: -80px;
}
Cheers!
Ismael
Perfect!
Solved