Home › Forums › Jevelin Theme › Adjust image sizes of Woocommerce
Home › Forums › Jevelin Theme › Adjust image sizes of Woocommerce
Hi there,
What is the optimal image size for my product images on woocommerce?
Then, how do I decrease the size of the “product accessories”, products displayed at the bottom of my single product page. I have made adjustments in Customizing > Woocommerce > Product images > main image
However, nothing happened… I suspect that some of my theme settings are not working? I have also set the title bar to > off, however it is still displaying.
Could you assist with these minor issues?
Product page attached.
Hi @Nerina,
Thank you for your question.
What is the optimal image size for my product images on woocommerce?
Please make sure that they are at least of size 615px X 615px
Then, how do I decrease the size of the “product accessories”, products displayed at the bottom of my single product page. I have made adjustments in Customizing > Woocommerce > Product images > main image
You can decrease it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.woocommerce .woocomerce-styling .upsells ul.products li.product { width: 25%; }
However, nothing happened… I suspect that some of my theme settings are not working? I have also set the title bar to > off, however it is still displaying.
Please try using below custom CSS code.
.single-product .sh-titlebar { display:none; }
Best regards,
Shufflehound team