How to resize Woocommerce product image

Home Forums Jevelin Theme How to resize Woocommerce product image

Home Forums Jevelin Theme How to resize Woocommerce product image

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • bc2011
    Participant

    Hi!

    I can’t resize product images. I’ve tried resizing them in Wocommerce/settings/products/display and than I run Regen. Thumbnails. The image is the same.

    Is there another way?

     

    Thanks!

    Hi @bc2011,

     

    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 image is displaying and tell me to what size you want to resize it so that i can help you to achieve it?

     

    Also please share me the screenshot of Wocommerce/settings/products/display settings.

     

    Best regards,
    Shufflehound team

    bc2011
    Participant

    The site isn’t published yet.

    I hope the screenshot helps.

     

    Attachments:
    You must be logged in to view attached files.

    Please also share me the screenshot of the page or share us the page URL from our demo site here https://jevelin.shufflehound.com/shop/ where you want to change image sizes.

     

     

    bc2011
    Participant

    I want to resize the product image here:

    https://jevelin.shufflehound.com/product/basic-t-shirt/

    Solution for this topic

    You can try resizing 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 div.product div.images img.wp-post-image {
        max-width: 500px;
        }

    Please change the value 500 in the above code to whatever size you want to set.

    bc2011
    Participant

    Thank you!

    You are most welcome here 🙂

Viewing 8 posts - 1 through 8 (of 8 total)