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
If you need services beyond standard support, we've got your back!
If you'd prefer not to handle the installation yourself or need help getting started, we'll set everything up for you.
We'll help you rearrange sections, adjust spacing, and modify the page structure to fit your needs.
More complex styling changes, theme option modifications, and third-party integrations.
If you need something that's not included in the theme, we can code it for you.
Web design services to create custom sections, pages, and blocks for your theme, plus graphics and visualizations.
Full website builds, custom theme development, or plugin creation from scratch.
We'll provide a clear quote based on what you need. No hidden fees.