My header background is black, but when I set to transparent, it displays fully transparent. I’d like a bit of color to help set-off the white menu fonts.
I tried this with no effect.
transparent. .header_color .header_bg{background-color: rgba(255,255,255,0.5);}
Site is http://www.hessel.org
Suggestions?
Thanks,
Terry
Hey Andy!
Add this to your custom CSS.
.header_bg {
background: rgba(0,0,0,0.4) !important;
opacity: 1 !important;
}
Regards,
Elliott
That worked.
Thanks
Terry