Awesome thank you - however it is not on that website lol - I changed the code to make them into pills - and changed the active colour too - as shown: /* Product Hide Thumbs to >767 and use Pills Styling Start */ @media only screen and (max-width: 768px) { .swiper-control-bottom { position: absolute; bottom: 0; overflow: visible; width: 100%!important; } .swiper-control-bottom .swiper-slide { width: 30px !important; height: 12px !important; border-radius: 12px; margin: 0 5px 10px !important; box-shadow: 0 0 4px 1px rgb(0 0 0 / 30%); } .swiper-control-bottom .swiper-slide { background-color: #f7f7f7; } .swiper-control-bottom .swiper-slide img { visibility: hidden; opacity: 0 !important; } .swiper-control-bottom .swiper-wrapper { transform: none !important; display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: -10px; } .swiper-container.swiper-control-bottom.second-initialized li.thumbnail-item.active-thumbnail { background: #0054AE; } } /* Product Hide Thumbs to >767 and use Pills Styling End */
Good idea ! Each one likes the specific colors and styles but I gave you a skeleton of the solution and you used it in the right way you liked ! Regards, Jack Richardson
Hello @Niddy, Thanks for the information ! As you know we implement first most voted requests so we should wait untill your request will become more popular among others Thanks for understanding ! P.S. I will provide you the asap solution below before your request become popular and it will be added as option :) You may reach the result you asked us by adding next Custom CSS to Theme Settings -> Theme Custom CSS -> Global CSS ` @media only screen and (max-width: 768px) { .swiper-control-bottom { position: absolute; bottom: 0; overflow: visible; width: 100%; } .swiper-control-bottom .swiper-slide { width: 12px !important; height: 12px !important; border-radius: 50%; margin: 0 5px 10px !important; box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 30%); } .swiper-control-bottom .swiper-slide { background-color: #f7f7f7; } .swiper-control-bottom .swiper-slide img { visibility: hidden; opacity: 0; } .swiper-control-bottom .swiper-wrapper { transform: none !important; display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: -10px; } } ` Result: https://gyazo.com/67c09b1ee0b385013a1857710ed9c279 Regards, Jack Richardson