Home Forums WoodMart support forum Hide coupon on cart

Hide coupon on cart

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

    nephyhlim
    Participant

    Hi there

    I want o hide the entire coupon section on the cart page (see img attached)

    How to I do that?

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

    Eric Watson
    Participant

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings

    .woocommerce-cart .cart-actions .coupon{
    	display:none;
    }

    Kind Regards
    XTemos Studio

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