Msnaomi Posted October 7, 2020 Share Posted October 7, 2020 Site URL: https://patchworkplus.ie/ On mobile, my product variations show as a carousel, to swipe through, which is fine, I'd just like to add an arrow to indicate this is what the customer needs to do. I'm finding that not everyone gets it right away. Does anyone know if this is possible and how I go about it? Thanks so much. Link to comment
tuanphan Posted October 8, 2020 Share Posted October 8, 2020 Try adding to Home > Design > Custom CSS /* Product slide arrows control */ @media screen and (max-width:767px) { .ProductItem-gallery-carousel-controls { display: flex !important; } /* arrows background */ .ProductItem-gallery-carousel-controls * { background: white; } .ProductItem-gallery-carousel-controls>div { justify-content: center !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
Msnaomi Posted October 8, 2020 Author Share Posted October 8, 2020 This is perfect, thanks! Link to comment
Guest Posted March 4, 2021 Share Posted March 4, 2021 Hey tuanphan, I see you all over the forums, thanks for all that you do. This was very helpful! How do I change the the size of the arrows on mobile? Link to comment
Baker7m3 Posted March 6, 2021 Share Posted March 6, 2021 Hi! I'm needing the same thing but the code offered is not working for me. Link to comment
Baker7m3 Posted March 6, 2021 Share Posted March 6, 2021 Wait! Nevermind! I figured it out....I needed to also add code to make the arrows a different color because my background is white. Thanks for the work you do here! @tuanphan Link to comment
tuanphan Posted March 11, 2021 Share Posted March 11, 2021 On 3/6/2021 at 9:34 PM, Baker7m3 said: Wait! Nevermind! I figured it out....I needed to also add code to make the arrows a different color because my background is white. Thanks for the work you do here! @tuanphan Do you still need help? Can you share link to a product? 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
Archived
This topic is now archived and is closed to further replies.