Hi, how do I hide slideshow dots on mobile for Icon Theme? The navigator dots are messing with the look and feel of my home page image on mobile. Thanks in advance!
@ShopKiHK - we will need css for it, can you please share your page link?
@suyash1 hi!! yes -
it is shopkihk.com
@ShopKiHK - please add this css to the very end of your stylesheet.css file and check, clear the cache too
@media screen and (max-width: 740px){
.flickity-page-dots {display: none; visibility: hidden;}
}
1 Like
@suyash1 this worked perfectly!! thank you so much ![]()
@ShopKiHK - welcome, do let me know if you need anything else, you have my email below.