Hi,
I am wanting to change all three product image sizes, I am using Activello Theme and have change the px and regenerated thumbnail several times and there is still no change for the image sizes. I have followed ever step by step guide out there and can only guess that I may need a custom CSS and have tried to find in my theme where I could change this, but I am unable to find this. If I left out any info needed please let me know.
Hi @ladykathryn47,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where the products are displaying so that i can help you to change its size?
Also do you want to increase or decrease their size?
Kind Regards,
Movin
www.benjaminsbasics.com, I am wanting to increase their size. Thanks Movin
As requested above please share me the exact page URL from your site and not just site URL.
Here are the two pages that I would like the pictures/product images to be displayed larger.
http://www.benjaminsbasics.com/product-category/hair-to-toe/
http://www.benjaminsbasics.com/product-category/watercolor-prints/
You can try increasing their sizes this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
.woocommerce.tax-product_cat #page ul.products li {
width: 46%;
}
thank you, this worked perfectly!
You are most welcome here