• Not really a question, but I ran into same problem as another user here and found a solution but couldn’t reply to the topic. I wanted to hide the thumbnail box if there was only a single product image, figured out an easy way to do it with just some CSS:

    .slick-track .slick-slide:only-child {
    	display: none;
    }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Hide Slider Thumbnails if Only 1 Photo’ is closed to new replies.