AnaDavisDesign 4 Share Posted January 17 Site URL: https://pockimals.com The carousel arrows are missing on my product page for Mobile. I thought maybe I'd just colored them white or something so they weren't showing up, but I couldn't find how their change their color, so even that is the issue, I need help finding that style. https://pockimals.com/home PW: LuckyBen Link to post
tuanphan 9,599 Share Posted January 22 On Mobile, the arrow is disabled. You need to use custom code to enable it. Add this to 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; } .ProductItem .ProductItem-gallery-carousel-controls>div::after, .ProductItem .ProductItem-gallery-carousel-controls>div::before { border-color: black !important; } } Email me if you have need any help (free, of course :-D). Answer within 24 hours. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
AnaDavisDesign 4 Author Share Posted February 2 At some point I realized that it was a swipe... but I wonder is users will do the same thing that I did, which is just not try that? LOL. 🙂 Thank you. Link to post
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment