Comments calvinteoh started the conversationJuly 20, 2021 at 2:26pmIs there a method to make the slider overlay darker as some of the meta information displayed on the image are not clear as the overlay is not dark enough? 2,614PenciDesign repliedJuly 20, 2021 at 2:57pmHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .penci-slide-overlay .overlay-link { background: -moz-linear-gradient(to bottom, rgba(55,55,55,0.5) 60%, #000 100%); background: -webkit-linear-gradient(to bottom, rgba(55,55,55,0.5) 60%, #000 100%); background: -o-linear-gradient(to bottom, rgba(55,55,55,0.5) 60%, #000 100%); background: -ms-linear-gradient(to bottom, rgba(55,55,55,0.5) 60%, #000 100%); background: linear-gradient(to bottom, rgba(55,55,55,0.5) 60%, #000 100%);}Regards,PenciDesign.calvinteoh repliedJuly 20, 2021 at 3:12pmThanks for the prompt response as usual, this solve my queries! With the code, I manage to tweak it to suits the needs of my website. Thanks! Sign in to reply ...
Is there a method to make the slider overlay darker as some of the meta information displayed on the image are not clear as the overlay is not dark enough?
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Thanks for the prompt response as usual, this solve my queries! With the code, I manage to tweak it to suits the needs of my website. Thanks!