Blurred images

Home Forums Jevelin Theme Blurred images

Home Forums Jevelin Theme Blurred images

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • ben_k1972
    Participant

    Hello

    I have applied Javelin theme for my client’s website but CLient is not happy with the blurred images appearing for Categories and Products images

    On the Single page products page these images look good but not on Category and Products page.

    I looked int othe settings but could not find how to rectify the issue.

    Can you please suggest how do I resolve this issue?

    These are the pages for my client’s website for your reference and as an example

    https://csstgroup.co.uk/shop/ (Shows Categories with images – blurred image)

    https://csstgroup.co.uk/product-category/packages/ (Products page – Blurred Image)

    https://csstgroup.co.uk/product/friends-and-family-deal-pre-orders/ ( Single Product – Good Image)

    Many Thanks

    Ben

    Hi Ben,

     

    I hope you are well today and thank you for your question.

     

    I don’t see the blurred image on your shop page.

     

    You can resolve the blurred image on the category page 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

     

    body.woocommerce ul.products li.product a img {
        width: auto;
        margin: 0 auto;
    }

     

    Also, please regenerate thumbnails on your website using the below plugin.

     

    https://wordpress.org/plugins/regenerate-thumbnails/

     

    Best regards,
    Shufflehound team

     

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