How can I disable the thumbs at the bottom of the slideshow on the homepage? Please advice. Thank you in advance
Hi antoinezelf, You can the following CSS code to the site: /templates/ja_company/css/custom.css
.slideshow .swiper-thumbs-wraper { display: none; }
dominic
Cheers Dominic!