Hello,
There is no options individual hide Action button.
If you want hide individually then you can add custom css.
Thanks
Thank you for your reply. Do you know the css code and where to change it?
Hi,
The option you mentioned is available in our pro version. Our team will send the code to change it.
Thank you very much. Very much appreciated.
Hi,
You can add this CSS in your theme ( style.css )
For Quickview Button
.ht-products .ht-product .ht-product-inner .ht-product-action ul li a.quickview {
display: none;
}
For Wish list Button
.ht-products .ht-product .yith-wcwl-add-to-wishlist {
display: none;
}
For Compare Button
.ht-products .ht-product .ht-product-inner .ht-product-action ul li a.woolentor-compare {
display: none;
}
Thanks