Home Forums WoodMart support forum how to change dimensions of Product category thumbnails

how to change dimensions of Product category thumbnails

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

    greatlala08
    Participant

    i have imported electronic 2 demo.
    the dimensions of product categories thumbnails are 500 x 300 pixel on demo site

    i.e https://ibb.co/k67z1Ng

    but after importing the same demo i.e Electronics 2 and uploading the same thumbnail images (500 x 300 pixel) i got square thumbnails (300 x 300)

    i.e https://ibb.co/ryngzyH

    how can i get the same thumbnails as you presented in the electronics 2 demo site?

    also

    how to remove products count below the category title?
    i.e https://ibb.co/TwgnQH8

    #292500

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please make sure the cropping of the image has been disabled on your site: https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/

    Best Regards

    #292502

    greatlala08
    Participant

    thanks for the response, yeah it worked for me.

    there was also a 2nd part of my query, that is,
    how to remove products count below the category title?
    i.e https://ibb.co/TwgnQH8

    #292520

    Hello,

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

    body .category-grid-item .more-products{
    display:none;
    }

    Best Regards

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