Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #543790

    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

    #543867

    Hey Andy!

    Add this to your custom CSS.

    .header_bg {
        background: rgba(0,0,0,0.4) !important;
        opacity: 1 !important;
    }

    Regards,
    Elliott

    #543885

    That worked.

    Thanks

    Terry

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Add a little color (opacity?) to transparent header’ is closed to new replies.