Home › Forums › Jevelin Theme › Change image overlay colour
Home › Forums › Jevelin Theme › Change image overlay colour
How do I change the colour of overlay on images (currently blue)?
Hi @Willy,
Thank you for your question.
Could you please share me your site URL where it’s displaying so that i can help you to change it?
Kind regards,
Shufflehound team
Hi,
There a lot of pages with image overlays. One such example is http://www.sirextiles.com/pavers/
P.S. Site is under maintenance, so you won’t be able to access it directly. But I had shared my login details with [email protected]
Thanks in advance
Willy
Solution for this topic
You can try changing it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
body .sh-single-image-overlay {
background: rgba(229, 73, 71, 0.8);
}
Please change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
It worked. Thanks a lot
You are most welcome here 🙂