cjjonesyc Posted July 29, 2022 Share Posted July 29, 2022 (edited) Site URL: https://www.chrisjjones.co/colour-work I am trying to add opacity to the next / previous images in a slideshow reel. Whilst keeping the selected image at full opacity. This is the code I am entering into page advanced custom code box: <style> .gallery-reel-item: next { opacity: 0.5; } .gallery-reel-item: previous { opacity: 0.5; } </style> it is not working. Any help much appreciated. Thanks. Edited July 29, 2022 by cjjonesyc i did not submit before finishing Link to comment
Beyondspace Posted July 29, 2022 Share Posted July 29, 2022 53 minutes ago, cjjonesyc said: Site URL: https://www.chrisjjones.co/colour-work I am trying to add opacity to the next / previous images in a slideshow reel. Whilst keeping the selected image at full opacity. This is the code I am entering into page advanced custom code box: <style> .gallery-reel-item: next { opacity: 0.5; } .gallery-reel-item: previous { opacity: 0.5; } </style> it is not working. Any help much appreciated. Thanks. You can try adding to Home > Design > Custom Css .gallery-reel-control-btn { opacity: 0.5; } Let me know how it works on your site Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted July 29, 2022 Share Posted July 29, 2022 My testing Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
cjjonesyc Posted July 29, 2022 Author Share Posted July 29, 2022 1 hour ago, bangank36 said: You can try adding to Home > Design > Custom Css .gallery-reel-control-btn { opacity: 0.5; } Let me know how it works on your site Thank you for your reply, but I am referring to the next / previous 'images' not the buttons. Link to comment
Beyondspace Posted July 29, 2022 Share Posted July 29, 2022 Ops! you can use this code for instead .gallery-reel-item:not([data-active="true"]) { opacity: 0.5; } cjjonesyc 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted July 29, 2022 Share Posted July 29, 2022 My new testing Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
cjjonesyc Posted July 29, 2022 Author Share Posted July 29, 2022 36 minutes ago, bangank36 said: Ops! you can use this code for instead .gallery-reel-item:not([data-active="true"]) { opacity: 0.5; } Perfect, thank you so much! Beyondspace 1 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