Shopify themes, liquid, logos, and UX
Hi,
I'd like to hide/remove the pagination dots on the product page at mobile view, as it shows far too many, or ideally just show one row/or a reduced number (3/5).
https://decadorn.com/products/faceted-gemstone-necklace-gold-fill?_pos=1&_sid=234ea04d4&_ss=r&varian...
I’ve tried a few things - i thought this might work, alas no luck. There’s no way of doing it in the theme customisation.
.swiper-pagination swiper-pagination-clickable swiper-pagination-bullets
{display: none; visibility:hidden;}
and also tried filling in the spaces with a hyphen
.swiper-pagination-swiper-pagination-clickable-swiper-pagination-bullets
{display: none; visibility:hidden;}
Could anyone help?
Thanks in advance.
Solved! Go to the solution
This is an accepted solution.
check this one.
@media screen and (max-width: 767px) {
.product-single__thumbnails:not(.product-single__thumbnails--carousel) .swiper-pagination-bullets {
display: none;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
check this one.
@media screen and (max-width: 767px) {
.product-single__thumbnails:not(.product-single__thumbnails--carousel) .swiper-pagination-bullets {
display: none;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you very much, that's worked nicely. How now to I add a little bit of margin to the product title so I can move it down say 10px?
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025