Home Forums WoodMart support forum Remove the Discount Column on the Dynamic Discount Table

Remove the Discount Column on the Dynamic Discount Table

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

    michele-0418
    Participant

    Hello, I’d like to only have the Quantity and Price show on the dynamic discount product table. Can you please provide me a way to hid the discount column?

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

    Hung Pham
    Keymaster

    Hi michele-0418,

    Thanks for reaching to us.

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

    div.wd-dynamic-discounts tr th:last-child, .wd-dd-discount{
        display: none;
    }

    Regards,

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