Edit Cart / Removing Cart page
-
Hello,
We would like to ask how we can edit the cart drawer and only have a cart drawer and not cart page?
We would like to remove the “View Cart” button in the cart drawer.
Attachments:
You must be
logged in to view attached files.
Hi amirghaffarii03,
Thanks for reaching to us and appreciate your patience.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.woocommerce-mini-cart__buttons a.btn-cart{
display: none;
}
Regards,