Hi @gensooo,
Please add the following CSS:
a.slider-btn {
display: none;
}
.widget-collection .cart-wishlist-btn {
display: none;
}
.hot-content-wrapper .single_add_to_wishlist {
display: none;
}
.featured-slider li .single_add_to_wishlist {
display: none;
}
.featured-slider li .featured-img:hover .featured-hover-wrapper {
display: none;
}
.single-product.woocommerce-page .product .cart {
display: none;
}
.single-product.woocommerce-page .product .yith-wcwl-add-to-wishlist {
display: none;
}
.woocommerce-page ul.products li.product .products-img:hover .products-hover-wrapper {
display: none;
}
Help link?https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/
Once you add above CSS code all the “add to cart” and “add to Wishlist” from the product will be hidden and later when you need it back you can remove the code.
Thanks and Regards,
Milan