Home Forums Washing Center Picture filter too dark

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40249
    Kevin Bowles
    Participant

    hi team a little help, please… I bought Washing Center Pro and the pictures on the slider and other locations are way too dark I need to lighten them up but I can not find that anywhere
    can you help please..

    washmeonludlow.com

    #40255
    User Support
    Participant

    Hello Kevin,
    To reduce the opacity, add the given CSS into your Customizer >> Additional CSS.

    .ht-slide-overlay {
    background: rgba(0,0,0,0.4);
    }
    #facility-content-section .overlay {
    background-color: rgba(20,20,18,0.3);
    }
    #ht-callus-section .overlay {
    opacity: 0.2;
    }
    #ht-colophon .overlay {
    background-color: rgba(0,0,0,0.4);
    }

    Thank you.

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