Shopify themes, liquid, logos, and UX
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've tried everything but I cannot turn off the overlay on the slideshow on the front page. I've added multiple snippets of code in the theme.liquid file in the code and also turned opacity down to 0%. However, there is still a dark overlay on the slide show. The pictures are not as vibrant as the originals. Any idea on how to fix this?
Hey @avocadojay
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hi @avocadojay ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
.slideshow__slide{
--overlay-opacity:0 !important
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
@avocadojay hope you are doing well.
Could you please share your store URL?
No code needed. In the back end of the theme editor, there is a section for overlay opacity, put it to 0%.