Tagged: transparent header
I love the transparent header feature, but I am wondering if there is quick CSS code that I can add to a website which will make the header less see through and perhaps even change the colour to be a little dark.
I have applied it to the following website, but since the images underneath change and they are all different colours, I would like to make the area less see through.
Many thanks
Ivana
Hey Ivana!
You can add this to your CSS to make it more opaque.
#top .av_header_glassy.av_header_transparency .header_bg {
background-color: #fff;
opacity: 0.3 !important;
}
Best regards,
Elliott
Many thanks Elliott, that worked perfectly!
I greatly appreciate your help.
Cheers
Ivana