HIDE THUMBNAIL PRODUCT IMAGES ON PRODUCT PAGE

use this in the custom css of the product template

@media (min-width: 992px) {
  .product-gallery .thumbs-splide {
    display: none !important;
  }
}

Last updated