All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I'm having an issue with my Shopify theme where images I upload aren't displayed in their raw form. Instead, a dark transparent shadow appears over the image, blending it into the overall theme.
Does anyone know how to remove this overlay effect or adjust the settings so that the images appear exactly as uploaded, without the shadow or blending effect?
Im using a custom theme
Website: https://velocc.shop/
Solved! Go to the solution
This is an accepted solution.
Try this one.
.banner__media:after, .slideshow__media:after {
content: "";
position: absolute;
background: transparent !important;
opacity: 1 !important;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @LianYing
Which image are you referring to?
This one
This is an accepted solution.
Try this one.
.banner__media:after, .slideshow__media:after {
content: "";
position: absolute;
background: transparent !important;
opacity: 1 !important;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!