Hi,
Ive been searching and cant seem to find the right element to change the opacity on the glassy transparent header .
I would like to make it slightly less transparent since my background image is drowning out the menu labels. thanks!
Hey shefferz!
Add this to your custom CSS.
.av_header_glassy .header_bg {
opacity: 0.3 !important;
}
Best regards,
Elliott
