Home Forums WoodMart support forum Preview image for products

Preview image for products

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

    WoodyP
    Participant

    Hello,
    I would like to set a preview image for products to be shown only in the product grid, but not within the product page.
    How can I do it?

    See video

    #281545

    Hello,

    There is no option, We can remove with custom CSS the whole image ara on the product page.

    Please set Full-width image in the Theme settings > Product page > Images and add this code to the Theme Settings > Custom CSS

    .product-images{
    display:none;
    }

    Best Regards

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