Hello,
I have a problem with the menu in the header. Unfortunately, although the header itself is semi-transparent, the background under the buttons is not. How could I adjust it?
I would like to make the whole menu bar semi-transparent (50% opacity, or even less, to ensure readability), including the area under the menu buttons.
Thank you in advance for your help.
P.S. I have submitted a new thread previously but it has gone missing… ? I apologise in advance if you end up seeing two same threads.
Hey Dante00,
Please, could you provide to us your WP credentials?
Best regards,
John Torvik
Hi,
Thanks for the login details, could you try updating the theme to the latest version (4.1.2) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Rikard
Updated – it didn’t change anything, unfortunately… :-(
Hi,
Try this code in the General Styling > Quick CSS field:
.header_color .header_bg {background-color: rgba(255,255,255,0.5)!important; }
#top #header .av-main-nav > li > a {background-color: rgba(255,255,255,0)!important; }
Your header starts off white, but when you scroll it is 50%
Best regards,
Mike