Home Forums WoodMart support forum I would like to change the look of dynamic discount table

I would like to change the look of dynamic discount table

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

    homebeautys
    Participant

    hi, there
    The dynamic discount table is vertical now, but I would like to change it to horizontal, and not showing the discount colmum, please check the image to see what I would like it to be. can you help with this?

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

    Hello,

    To hide the last discount columns try to add following custom css code in theme settings -> custom css:

    /* Hide Discount column (last column) */
    .wd-dynamic-discounts th:last-child,
    .wd-dynamic-discounts td:last-child {
        display: none;
    }

    For the changing layout, Unfortunately, it is not possible. The HTML structure does not allow for solving it. Such modification requires complicated code customization.

    Best Regards,

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