Hi guys,
Would hugely appreciate help with this!!
I’m using Turbo theme and simply wish to ‘hide’ the size variants on products on all pages except the product page itself.
For example:
In this situation, the first and fourth products doesn’t include sizes. But I want them to look the same.
Thanks so so much for your help!!
Gur
Add this code at the bottom of styles.scss.css
.shopify-section.collection-template-section .swatch.clearfix[data-option-index="1"]{
display: none;
}
THANK YOU!!!
I’m trying to fix this for 3 days.
SAVIOR!!! NICK YOU’RE AMAZING!!!
Such a fast and accurate solution.
Thanks Again!!!
Gur
1 Like
Ok I am trying to do this, but where do I paste that code? I can’t find the specific spot.