Remove the redirect to store button
-
Hello, when the cart is empty, a button appears that redirects to the store. Is it possible for this button not to appear? It’s an architecture page, and mostly services that won’t be purchased through WooCommerce, except for a workshop. Therefore, there won’t be a store page.
Attachments:
You must be
logged in to view attached files.
Hi j.espinozafabres,
Thanks for reaching to us.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-empty-mini-cart a.btn{
display: none;
}
Regards,
Thank you very much, and how do I remove the button that redirects to the store from the wishlist page?
Attachments:
You must be
logged in to view attached files.
Hi j.espinozafabres,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-empty-page-text+.return-to-shop {
display: none;
}
Regards,