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!
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
This worked perfectly!
You can close this subject