AnaDavisDesign Posted January 17, 2021 Share Posted January 17, 2021 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 comment
tuanphan Posted January 22, 2021 Share Posted January 22, 2021 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.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
AnaDavisDesign Posted February 2, 2021 Author Share Posted February 2, 2021 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 comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.