Home Forums WoodMart support forum Delete button in cart

Delete button in cart

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

    Carlos Medina
    Participant

    How can I remove the “update cart” button in the “cart” section?

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .button[name=update_cart] { 	
    display:none; 
    }

    Best Regards.

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