Home Forums WoodMart support forum Delete the visual in product overview

Delete the visual in product overview

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

    woutergruijters
    Participant

    Hi, How can I get delete/no show of visuals of the products in the product overview? I only want to see the text of the products, no images.

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

    Luke Nielsen
    Keymaster

    Hello,

    Here is a custom code to disable images –

    .product-list-item.product-grid-item .product-element-top {
        display: none;
    }

    But in this case, disable the Quick Shop – https://prnt.sc/gdHA6JmxYnmh because it works only when the image is defined.

    Kind Regards

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