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

    I currently am using “Transparent & glossy header” but it would work much better with the images used if the white transparency were changed to a black transparency? As far as how to accomplish this, would I change it to just “Transparent Header” and add some css to add a slight black transparency to the whole header area? Obviously, it would need to be behind the logo or widget in order to not affect their colors :
    http://cttdev2.cagraphicdesign.biz/

    Thanks for your expertise!

    #514429

    Hey cagraphicdesign!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #header.av_header_glassy {
        background-color: rgba(0,0,0,0.5);
    }

    Best regards,
    Yigit

    #514437

    This worked perfectly!
    You can close this subject

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Transparent & glossy header customization’ is closed to new replies.