Home Forums WoodMart support forum Remove “View Cart” Button

Remove “View Cart” Button

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

    team-8727
    Participant

    How to Remove “View Cart” Button?

    Attachments:
    You must be logged in to view attached files.
    #438567

    Hello,

    The View Cart button appears by default under the sliding Cart or Cart dropdown. To hide it on your Site, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .woocommerce-mini-cart__buttons .btn-cart { display: none !important; }

    Best Regards.

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