https://toltano.com/products/mia-peluche
How doi I remove the numbers/arrows thats displayed beneath the multicolumn images when viewing this product page on mobile?
Much appreciated
A user seeks to remove numbers/arrows displayed beneath multicolumn images on product pages when viewed on mobile devices.
Solution Provided:
@media only screen and (max-width: 749px) {
.slider-buttons {
display: none !important;
}
}
The solution was confirmed successful by the original poster, effectively hiding the slider navigation buttons on mobile viewports.
https://toltano.com/products/mia-peluche
How doi I remove the numbers/arrows thats displayed beneath the multicolumn images when viewing this product page on mobile?
Much appreciated
Hi @nvisibl1
Check this one.
@media only screen and (max-width: 749px){
.slider-buttons {
display: none !important;
}
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
brilliant, thank you ![]()