Home Forums WoodMart support forum Help needed

Help needed

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

    delwarhossain
    Participant

    Hello, In the check out page there are 2 coupon code option. I want to remove the number 1 coupon code option from the checkout page. please check the image. Can you please help me out?

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .row.cart-actions {
        display: none;
    }

    Best Regards

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