Home Forums WoodMart support forum Edit Cart / Removing Cart page

Edit Cart / Removing Cart page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #630786

    amirghaffarii03
    Participant

    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.
    #631349

    Hung Pham
    Keymaster

    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,

Viewing 2 posts - 1 through 2 (of 2 total)