Reduce the overcolor opacity

Home Forums Corporate Club Pro Reduce the overcolor opacity

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5258
    drica
    Member

    How to reduce the overcolor opacity on slide images?
    Thank so much.

    #5474
    Axle Support
    Moderator

    Hi @drica,

    Please go to Appearance -> Customize -> Additional CSS and add the CSS code given below.

    #main-slider article::before{
        background: rgba(0, 0, 0, 0.45);
    }

    Please change the last value i.e. 0.45 as per your requirement.

    #5524
    drica
    Member

    Thank You!!! This is Perfect!

    #5677
    Axle Support
    Moderator

    You are welcome.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Reduce the overcolor opacity’ is closed to new replies.