Home Forums WoodMart support forum Remove “edit option” in the cart

Remove “edit option” in the cart

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

    Hello,

    My costumer wants to remove the ” edit options” in the cart on products.
    How can i achive that?

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

    Hello,

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

    td.product-name a.tm-cart-edit-options, .tm-cart-edit-options {
    display: none;
    }

    Best Regards

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