Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1205949

    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!

    #1205955

    Hey shar_s,

    I’m not seeing a glass header on the you provided.

    Best regards,
    Jordan Shannon

    #1205960

    hmmm … is there a way to send you a screen shot? I’ve checked other devices & computer and I do see it there.

    #1205961

    oh … sorry, I sent the wrong link! Ha!

    #1205970

    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

    #1205976

    Thank you. It was a caching issue.

    So sorry to bother you!

    #1206024

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Adjust opacity of transparent glassy header’ is closed to new replies.