Hi there!
I’m using the Prestige theme, and I want to hide the ‘add to cart’ button (plus symbol) on the collections page.
I would appreciate your help so much!
https://luyendykjewelry.com/collections/all
Thanks!
A user needed to hide the ‘add to cart’ button (plus symbol) on collection pages in the Prestige theme.
Solution provided:
.collection__main button.product-card__quick-add-button {
display: none;
}
Status: Resolved. The user confirmed the solution worked successfully.
Hi there!
I’m using the Prestige theme, and I want to hide the ‘add to cart’ button (plus symbol) on the collections page.
I would appreciate your help so much!
https://luyendykjewelry.com/collections/all
Thanks!
Hi @Chrystel078
Try this one.
.collection__main button.product-card__quick-add-button {
display: none;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
It worked, thanks!