How can I hide smaller icons in Crave theme for product images?

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 :folded_hands:t3: where do I put this code?