Tagged: transparent glassy header
Hi,
I’m trying to style a transparent glassy header by adjusting the opacity so there’s more contrast.
I was able to get the transparent glassy header set up by adding the php per documentation:
I tried to adjust opacity by adding custom CSS under Enfold Theme Options > General Styling with no results.
#top .av_header_transparency {
background: rgba(0, 0, 0, 0.6);
}
I did notice in the layout.css file, there is an error alert:
Expected (<filter-function-list> | none) but found ‘alpha(opacity=0)’
Thanks!
Hey shar_s,
I’m not seeing a glass header on the you provided.
Best regards,
Jordan Shannon
hmmm … is there a way to send you a screen shot? I’ve checked other devices & computer and I do see it there.
oh … sorry, I sent the wrong link! Ha!
Hi,
I tested this and it works. Add it to quick css:
#top .av_header_transparency {
background: rgba(255,0,0,1);
}
Adjust the color and opacity to what you need.
Best regards,
Jordan Shannon
Thank you. It was a caching issue.
So sorry to bother you!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon