How do I change the opacity for the Transparent & Glossy Header Background Color?
Hi mcraig77;
try this line (in your css file) with your own rgb :
#top .av_header_glassy.av_header_transparency #header_main {background-color: rgba(0,0,0,0.6) !important; }
this shows you a black background (rgb 0, 0, 0) and 0.6 opacity.
Thanks! Worked!