Hello,
First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-)
.
1) Basically the product images are controlled by WooCommerce and our theme doesn’t influence.
WooCommerce provides settings for the images that you can find under Appearance >> Customize >> Woocommerce >> Product Images.
Screenshot for Clarification: https://ibb.co/HdG3q2z
You can try setting the crop ratio and image width according to your needs.
You can read our detailed documentation at the following link:
https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/
2) To change the wishlist icon from the products try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-action-btn.wd-wishlist-btn>a:before {
content: "\f106";
font-family: woodmart-font;
}
And for the sale badge try adding the following Custom CSS.
.onsale.product-label {
background: orange;
color: white;
}
Regard’s.
Xtemos Studios.