Okay
  Public Ticket #2029802
woocommerce product image
Closed

Comments

  •  21
    Sanjay started the conversation

    Hi,

    Wondering why the image on product pages is slightly blurry, but when you hover it is clear?

    Thanks

  •   Andrew replied privately
  •  7
    dickytall replied

    I also would like to know this fix @Andrew

  •  3,025
    Andrew replied

    Hi there,

    Thank you for getting in touch.

    To correct the issue add this custom css into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .woocommerce div.product div.images .woocommerce-product-gallery img { 
       opacity: 1!important;
    }
    

    Kind regards,