Home Forums WoodMart support forum Delete visual in shopping cart of each product

Delete visual in shopping cart of each product

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #659428

    wautore
    Participant

    hi, how can I delete the visual in shopping cart of each product? I only want to have the description.

    #659822

    Hung Pham
    Keymaster

    Hi wautore,

    Thanks for reaching to us and appreciate your patience.

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

    table td.product-thumbnail,
    table th.product-thumbnail{
        display: none;
    }

    Regards,

    #660002

    wautore
    Participant

    thanks!

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

The topic ‘Delete visual in shopping cart of each product’ is closed to new replies.