deets87 Posted April 29, 2023 Share Posted April 29, 2023 I'd like to make the arrows in my product image galleries thicker. I tried adding the following code to my CSS but with no luck.https://www.rowac.com/de/shop/p/seat-top-round .ProductItem-gallery-carousel-controls .product-item-gallery-carousel-control:after { stroke-width: .1rem !important; } Link to comment
tuanphan Posted May 1, 2023 Share Posted May 1, 2023 Add to Design > Custom CSS .ProductItem-gallery-carousel-controls .product-item-gallery-carousel-control.ProductItem-gallery-next:after, .ProductItem-gallery-carousel-controls .product-item-gallery-carousel-control.ProductItem-gallery-prev:after { border-width: 4px 4px 0 0 !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
NerdvillebyJenMaher Posted June 14 Share Posted June 14 @tuanphan You seriously are the best! How about changing the color to black? 🤓Let's Get Nerdy!🤓 VISIT MY WEBSITE Link to comment
Lesum Posted June 14 Share Posted June 14 @NerdvillebyJenMaher Hi! To change the color of the product image gallery arrow, add this code under the Custom CSS panel: .ProductItem .product-item-gallery-carousel-control::after { border-color: #000 !important; } tuanphan and NerdvillebyJenMaher 1 1 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? 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