images are blurry

Home Forums Jevelin Theme images are blurry

Home Forums Jevelin Theme images are blurry

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • vanityinvancity
    Participant

    I’m wondering if you can give me some advice about making the product images less blurry. I’m using woo zone, so they’re coming straight from amazon.

     

    Also how can I remove the countries that are listed when you go to the product page (like shown in the attached picture).

    My url is http://autismemporium.com

     

    Any help is appreciated!

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

    Hi @vanityinvancity,

     

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

     

    To help you to achieve this i tried to access your shared site but it is displaying coming soon message so could you please either temporary disable it or would you mind if i log in to your site and access it? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”?

     

    Best regards,
    Shufflehound team

    vanityinvancity
    Participant

    Thanks for the reply!

     

    I’ve taken the maintenance mode off for you to access.

    Thanks again!

     

     

    You can resolve 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

     

    #content .WooZone-country-check {
        display: none;
    }
    
    .woocommerce div.product div.images img {
        width: auto;
    }
Viewing 4 posts - 1 through 4 (of 4 total)