How to remove the wishlist button, compare button and quick view button
-
How to remove the wishlist button, compare button and quick view button on the category page product grid?
Attachments:
You must be
logged in to view attached files.
Hello,
The thing is that these buttons in your case comes from a third-party plugin therefore you need to contact the plugin support so they will prepare the custom CSS code for you.
Don’t hesitate to let me know if you need any further help or any other info.
Kind Regards
Same issue here. What plug in is creating those? Do you have already the solution to share please?
Thanks and Best Regards
Hello,
Now I see that the buttons come from the theme (https://prnt.sc/530nE1qGAN8W), please navigate to Theme Settings -> Shop -> Wishlist and turn off the “Show button on products in loop” option: https://prnt.sc/kLDgUB13XFst
The “Quick view” can be hidden with the help of the below code:
.product-grid-item .quick-view-button {
display: none;
}
Kind Regards