Home › Forums › Jevelin Theme › Disable Product Image Hover
Home › Forums › Jevelin Theme › Disable Product Image Hover
Hi,
Although a great feature on most sites, is there a way of disabling the product image hover effect when on the shop view? It looks great when you have item images in different colours etc. but not for our products unfortunately and so wondered if there was a way of switching it off?
Thanks, Adam
Hi @adamwiggins82,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is displaying so that i can help you to disable that effect by developing custom CSS code?
Best regards,
Shufflehound team
No problem, it’s happening on all views and so if you could make the CSS code global that would be great. You can see what I mean on this page when you hover over the products – https://rls.ewdsworkshop.com/shop/
Thanks, Adam
Solution for this topic
You can disable 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
.product .secondary-image-container { display: none !important; }
that’s great thank you 🙂
You are most welcome here 🙂