donforello Posted January 19, 2021 Posted January 19, 2021 Dear Community, I am trying to hide the numbering (e.g. 4/4) which appears on the top right on the image of the product carousel on mobile. Is there a way to do it? Thanks
Solution donforello Posted January 19, 2021 Author Solution Posted January 19, 2021 solved it with the following code: .ProductItem-gallery-current-slide-indicator { display: none; } tuanphan 1
Guest Posted October 28, 2023 Posted October 28, 2023 Trying to do the same... I've tried adding this to Custom CSS but no luck. The numbers (1/3 etc) still appear. Does anyone have an updated snippet? Thank you!
tuanphan Posted October 29, 2023 Posted October 29, 2023 Use this new code /* carousel number */ .pdp-gallery-slide-indicator { display: none; } 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