Hi. i would like to know how i could remove the “quick” add to cart button from certain collection with css.
I want the quick add to cart button to exist in the theme.. but remove it from certain products which i have included in specific collection. Does anyone have any idea ?
or the “quick view” button from collections…
Hi @efraimidis
Would you like to share the collection link that you want to hide the button?
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hi. i figure it out..
the code needed was
quick-view {
display: none;
}
Thanks for your replays and the assistance.