I want to remove the preview of the variants of products on my store. How can I do That? My website is www.nonastore.com.br
Do you want to remove the same from the collection pages too? @nonastore
To remove from home and also collection page follow the below steps:
Online Store > Themes > Actions > Edit Code > On left search style.min.css > open the file and at the end of the file add the below code.
.jas-grid-item .swatch__list {
display: none;
}
Note: above code just hides the swatch, if you want to remove it completely then you will need a developer support or you can drop me a message.
Thanks
1 Like
You did it superb @nonastore
1 Like
Thank you so much hehe that’s what i needed.
Can you help me on this topic? https://community.shopify.com/c/shopify-design/change-the-text-of-products-grid/td-p/1879988
