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?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025