cpfullerton Posted December 23, 2023 Share Posted December 23, 2023 Hello! I'm wondering if someone can help with customizing a gallery slideshow block I've created. URL: jones-studio.com/medsger Password: jones I'm wanting to take away the quick fade that is happening between slides on the block shown below, the mock up of instagram stories. I want the images to immediate appear one after the other at a 1 second speed, without the fade. I turned off 'fade' from the site styles option but that didn't change this type of gallery block. I think it needs a piece of code. Any suggestions? Thank you! Chelsea Link to comment
Solution tuanphan Posted December 25, 2023 Solution Share Posted December 25, 2023 Try this code to Website Tools (under Not Linked) > Custom CSS body .sqs-gallery-design-stacked-slide { opacity: 1 !important; transition: unset !important; } body div:not(.sqs-active-slide) { visibility: hidden !important; } body div.sqs-active-slide { visibility: visible !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
cpfullerton Posted December 28, 2023 Author Share Posted December 28, 2023 This worked PERFECTLY, thank you so much Tuan! tuanphan 1 Link to comment
averson Posted March 13 Share Posted March 13 This code works on the gallery but makes my whole site one color. Link to comment
tuanphan Posted March 15 Share Posted March 15 On 3/14/2024 at 5:35 AM, averson said: This code works on the gallery but makes my whole site one color. Use this new code. If it doesn't work, you can share link to page where you use slideshow, we can check easier .gallery-block .sqs-gallery-design-stacked-slide { opacity: 1 !important; transition: unset !important; } .gallery-block div:not(.sqs-active-slide) { visibility: hidden !important; } .gallery-block div.sqs-active-slide { visibility: visible !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment