I am using crave theme and under my large product image there smaller icons to swipe/ click for next or previous, I want to make those hidden because I’m using a product calculator app to make color selections by swatches instead. How can I do this?
Try this code:
.product-single__thumbnails-wrapper {
display: none;
}
Thank you
where do I put this code?