Hi there,
I’m new to Shopify and trying to design the website.
So, I want to upload an image to be the header in Debut theme, I don’t want it to have text overlay on my image. But leaving the text blank is not a solution, because it still adds a dimming filter/effect to the image I upload. Does anyone know how to remove that?
Thank you so much!
- In your Shopify Admin go to online store > themes > actions > edit code
- In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
- paste this code right above the tag:
.hero__overlay::before {
background-color: #685f5800 !important;
}
This will Remove Black overlay on Image
Regards: Haroon
Thank you! But it doesn’t work when I tried several times, should it be something like this?
Also, I noticed when I paste this code, it doesn’t have the colored parts like yours, don’t know why.
just replace with this code please
Thanks so much, that works!
hey there,
this did not work for me in debut. would you be able to assist?