Home › Forums › Washing Center › Picture filter too dark › Reply To: Picture filter too dark
August 17, 2022 at 9:57 am
#40255
Anonymous
Inactive
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.