Hello, I’m using actually debutify, i want to change this transparent purple background on this slideshow into white or another color i chose, how can i do that ? ty for help
HI @rica22
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.
HI @rica22
Thank you for your question.
You can try follow this path:
Themes => edit code => asset => theme.scss.liquid
and add this code to bottom of the file theme.scss.css
.overlay:after{
background-color: black;
opacity: 0.6;
}
Hey @rica22
Here are a couple of ways to handle this:
First, while you’re in the theme editor, locate the slideshow section and look for the “Show overlay” option. Unchecking this will specifically remove the overlay from that particular slideshow.
Alternatively, head over to the theme settings > colors > and scroll down to find the ‘Image Overlay’ option. Adjust the color there, and it will automatically apply to all images that have an overlay.
Give these options a shot and see which one suits your preference best!



