Hello community,
This is Jocoya with Treats for Chickens.
What is the most effective custom CSS code to use in order to remove the Add to Cart button from the Collection List?
Info
Url: https://treatsforchickens.com/
Theme: Flow Queenstown
Page in Question: https://treatsforchickens.myshopify.com/admin/themes/122142654523/editor?previewPath=%2Fcollections
Page in Question CSS:
Buttons verbiage are: “Add to cart” and “View options”
Layout style: Preview
Tried using the following CSS codes with no luck.
.collection-list-template .product-grid .quick-add-to-cart-wrapper { display: none !important; }And
.btn–add-to-cart {
display: none;
visibility: hidden;
}
And
button#AddToCart–collection-list {
display: none;
visibility: hidden;
}
And
button#AddToCart–collections-template {
display: none;
}
And
button#Add-To-Cart–collections-template {
display: none;
}
And
A.btn.btn_add-to-cart {
display: none;
}
And
.collection-template-section .grid-uniform .grid-item form {
display: none!important;
}
And
.product-add_to_cart-submit {
display: none;
}
See the image below
Thank you in advance for your assistance.
Jocoya
