I would like to change the transparency of the header to make it more opaque – 50% solid to 50% transparent. The current glassy and transparent headers are way too transparent for the effect I would like to achieve.
Thank you
Hi amester55!
Add this to your custom CSS.
#top .av_header_glassy.av_header_transparency .header_bg { opacity: 0.5 !important; }
Cheers!
Elliott
thanks!