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

How to turn off overlay on slideshow for Vision theme?

How to turn off overlay on slideshow for Vision theme?

avocadojay
Visitor
1 0 0

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?

Replies 4 (4)

Moeed
Shopify Partner
7764 2081 2567

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

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


PageFly-Oliver
Shopify Partner
878 190 191

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.

webwondersco
Shopify Partner
1204 172 173

@avocadojay hope you are doing well.

 

Could you please share your store URL?

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram

CherylK123
Tourist
3 0 3

No code needed. In the back end of the theme editor, there is a section for overlay opacity, put it to 0%.