silviasqaurespace Posted June 20 Posted June 20 Hello, I'm trying to change the color of my prev-next buttons in my product slideshow but I don't find how. I would like to put the background transparent and the arrows white. Password: table111 Thank you all!
tuanphan Posted June 22 Posted June 22 You can use this code to Website Tools (under Not Linked) > Custom CSS. If it doesn't work, please provide site url, we can check easier. button.product-item-gallery-carousel-control { background-color: transparent !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!)
silviasqaurespace Posted June 23 Author Posted June 23 Hey @tuanphan thank you for answering, unfortunately it doesn't work. password: hello1 this is the website: https://www.magandaexperience.com/girls-trips/p/style-02-hxmaf-nfjpy
Solution Lesum Posted June 23 Solution Posted June 23 @silviasqaurespace Hi! Add this code under Website > Pages > Website Tools > Custom CSS .pdp-carousel-controls .chevron-prev, .pdp-carousel-controls .chevron-next { background: transparent !important; color: white !important; } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
silviasqaurespace Posted June 23 Author Posted June 23 @Lesum could you help me with this too? I find it impossible 😞 I don't manage to give space between the product image and the product name. thank you for your time!
Lesum Posted June 23 Posted June 23 @silviasqaurespace I tried to check the URL; looks like the page was removed. If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
silviasqaurespace Posted June 23 Author Posted June 23 (edited) @Lesum sorry yes this is another page that has the same problem https://www.magandaexperience.com/girls-trips/p/style-01-ej5na-p82cd Edited June 23 by silviasqaurespace
tuanphan Posted June 25 Posted June 25 @silviasqaurespace You can use this CSS code to add a space @media screen and (max-width:767px) { .product-details.pdp-details { margin-top: 100px !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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment