Home › Forums › Washing Center › Picture filter too dark
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
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.