stewartcnr Posted April 23 Share Posted April 23 Hi there! I am looking to use custom arrow images on my carousel within each of my product pages on my site (see attached). I can't seem to hide the default arrows and replace them with my images. Any help? It would be much appreciated! Link to comment
tuanphan Posted April 26 Share Posted April 26 You can use this code to Website > Website Tools > Custom CSS. If it doesn't work, please share link to a product, I can check again easier. button.ProductItem-gallery-next:after, button.ProductItem-gallery-prev:after { display: none !important; } button.ProductItem-gallery-next { background-image: url(https://content.invisioncic.com/p289038/monthly_2024_04/StintsArrow_RIGHT.thumb.png.2cee83fbaecf030c2d24e60c24363d80.png); } button.ProductItem-gallery-prev { background-image: url(https://content.invisioncic.com/p289038/monthly_2024_04/StintsArrow_LEFT.thumb.png.56fc7339c93f372fddaf8e32b259ae5a.png); } 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
stewartcnr Posted April 29 Author Share Posted April 29 Thanks for the reply. I tried the code and sadly it didn't work. Here is a link to a product page that includes the carousel: https://marlin-alligator-mw65.squarespace.com/shop/p/spring-bowl-rltkk-jy5sr-fjw6l-dp8lg-fbmgj-cs6n2-zpp9a-x7c9k-c68b7-p3yb8 I am hoping to have these custom arrows on every product page. Thanks for your support and hope to hear back soon. Link to comment
tuanphan Posted May 1 Share Posted May 1 On 4/29/2024 at 8:16 PM, stewartcnr said: Thanks for the reply. I tried the code and sadly it didn't work. Here is a link to a product page that includes the carousel: https://marlin-alligator-mw65.squarespace.com/shop/p/spring-bowl-rltkk-jy5sr-fjw6l-dp8lg-fbmgj-cs6n2-zpp9a-x7c9k-c68b7-p3yb8 I am hoping to have these custom arrows on every product page. Thanks for your support and hope to hear back soon. Your site is private, you can follow this guide to share correct url. 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
stewartcnr Posted May 1 Author Share Posted May 1 (edited) Oh my apologies! I have set up a password protected version of the site now and reattached the link here - https://marlin-alligator-mw65.squarespace.com/stints/p/aftersun Password is - stewartstints23 Thanks again and I hope to hear if you can help me out soon! Edited May 2 by stewartcnr Webpage link changed Link to comment
Solution tuanphan Posted May 3 Solution Share Posted May 3 On 5/1/2024 at 7:11 PM, stewartcnr said: Oh my apologies! I have set up a password protected version of the site now and reattached the link here - https://marlin-alligator-mw65.squarespace.com/stints/p/aftersun Password is - stewartstints23 Thanks again and I hope to hear if you can help me out soon! Use this new code button.ProductItem-gallery-next:after, button.ProductItem-gallery-prev:after { display: none !important; } button.ProductItem-gallery-next, button.ProductItem-gallery-prev { background-size: contain; background-repeat: no-repeat; background-position: center center; } button.ProductItem-gallery-next { background-image: url(https://content.invisioncic.com/p289038/monthly_2024_04/StintsArrow_RIGHT.thumb.png.2cee83fbaecf030c2d24e60c24363d80.png); } button.ProductItem-gallery-prev { background-image: url(https://content.invisioncic.com/p289038/monthly_2024_04/StintsArrow_LEFT.thumb.png.56fc7339c93f372fddaf8e32b259ae5a.png); } 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
stewartcnr Posted May 3 Author Share Posted May 3 Absolutely perfect! Thanks so much for your help, all the best. 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