I would like to change the look of dynamic discount table
-
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.
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,