Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #248856

    How can I change the transparency level on the header background? Would like it to be around 30% so you can still see some color.

    http://airqualityaz.staging.wpengine.com/ (hosted on WPengine)

    #249141

    Hey glozemedia!

    Thank you for using the theme and the link.

    You can add something like this on Quick CSS or custom.css:

    #top .av_header_transparency .header_bg {
    background-color: rgba(255,255,255,.3);
    }

    Change the color value. .3 is the transparency or opacity.

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.