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

    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

    #444491

    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

    #446910

    Many thanks Elliott, that worked perfectly!

    I greatly appreciate your help.

    Cheers
    Ivana

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing how opaque the transparent header is’ is closed to new replies.