Hello, can anyone help me in removing the size and color swatches from the collection page, but still keep them on the product page?
https://knockout-fightgear.com/ is my website, thank you very much and have a wonderful day!
Hello, can anyone help me in removing the size and color swatches from the collection page, but still keep them on the product page?
https://knockout-fightgear.com/ is my website, thank you very much and have a wonderful day!
.product-options.product-options--type-collection.js-product-options {
display: none;
}
Hello
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
I don’t have a theme.scss.liquid file or a theme.css file. After hours of searching I finally found the collection.json file, and changed the code “product_swatches”: true, to “product_swatches”: fasle, and this removed it from my collection page and not the product page. Hope this may help anyone who is also struggling with this.