Resize images for woocommerce
How do I resize category and product images for woocommerce. It seems the settings I change in woocommerce have no effect even after regenerating the thumbnails.
site is undergroundcigarshop.com and I am using Vantage Premium
Thanks
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Gerry,
Please try this code by placing it in the custom CSS section:
.woocommerce ul.products li.product a img{ width:180px!important; height:180px!important; }You can modify the size in px to achieve desired size.
Let me know if this works for you
Cheers
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.