Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #371868

    How do I change the opacity for the Transparent & Glossy Header Background Color?

    #371902

    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.

    #371916

    Thanks! Worked!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Transparent & Glossy Header Background Color Opacity’ is closed to new replies.