Home Forums WoodMart support forum View Cart

View Cart

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

    txuo2023
    Participant

    How can I delete or disable this “View Cart” button while keeping only the “Checkout” button below, without affecting the normal checkout functionality? Thank you.

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

    Hello,

    Try to add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.

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

    Best Regards,

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