Found this didnt quite work
https://kriesi.at/support/topic/adjust-the-opacity-level-of-the-transparent-header/
changed it to (which can control the lower border)
.av_header_glassy.av_header_transparency #header_main {
border-color: transparent rgba(255, 255, 255, 0.75) rgba(255, 255, 25, 0.75);
}
How to change the area opacity / colour of:
Logo / Menu area?
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi!
Use this code:
#top .av_header_glassy.av_header_transparency .header_bg {
opacity: 0.4;
}
Adjust as needed.
Regards,
Josue
Brilliant Thanks
For anyone that wants to take this a step further and colorize that area:
#top .av_header_glassy.av_header_transparency .header_bg
{opacity: 0.7; background-color: yellow;}