Home Forums WoodMart support forum PRODUCTS IMAGES

PRODUCTS IMAGES

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #318397

    Riccardo95
    Participant

    Hi Guys, I’d like to hide the product gallery images and leave just the main product image.

    How can I do it without delete them from the product backend process?

    Is it possibile custom by css or code?

    #318475

    Luke Nielsen
    Keymaster

    Hello,

    In order to leave just the main product image go to Theme Settings -> Images -> in the field “Thumbnails position” select “Without”.

    https://monosnap.com/file/D3XjpbFH4ILoKCu2obnvf89SNc63e5

    Kind Regards

    #318717

    Riccardo95
    Participant

    Hi Guys,

    Thank u for the answer. I mean like completly hiding the photo

    something like:

    .single-product .thumbnails {
    display: none;
    }

    But this code isnt working. DO you guys have any suggest?

    #318838

    Luke Nielsen
    Keymaster

    Hello,

    You can use custom CSS in Theme Settings -> Custom CSS -> put this code in the field “Global Custom CSS”

    .single-product-page .product-images-inner .woocommerce-product-gallery  .thumbnails {
      display: none;
    }

    Kind Regards

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