Hi there
I’d like to make my “Transparent and glassy header” slightly less transparent, so that the nav bar text can be seen more easily over the image in the background.
Screen shot here: https://www.dropbox.com/s/cumit13fzbe9yit/Nav%20bar.JPG?dl=0
Could you please let me know what CSS to change, to achieve this?
I can’t seem to find the right CSS using the Inspect tool :)
Thanks
Fleur
Hey Fleur,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
Change 0.5 at the end to alter the transparency value which will suit your design.
.header_color .header_bg{
background-color: rgba(255,255,255,0.5);
}
If the above code don’t work please provide a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Hey sorry that one didn’t work… Link to site and login below.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av_header_glassy {
background: rgba(255,255,255,0.5)!important;
}
Best regards,
Yigit
Perfect, thank you!