how to change dimensions of Product category thumbnails
-
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
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
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
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .category-grid-item .more-products{
display:none;
}
Best Regards