Reply 236892 to: image effect at homepage and related products and static blog

Avatar: Olga Barlow
Olga Barlow
Support staff
May 12, 2020 at 13:36

Hello,

There is no such built-in hover effect in our theme. You can implement this by additional CSS customization only. For example add the code below to Theme Options > Custom CSS and check the single product page

.single-product-custom-widget-area  .content-product:hover .image-swap, .related-products .content-product:hover .image-swap {
    display: none;
}
.single-product-custom-widget-area .content-product:hover .product-content-image .wp-post-image, .related-products .content-product:hover .product-content-image .wp-post-image{
   -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.single-product-custom-widget-area .content-product .product-content-image .wp-post-image,
.related-products .content-product .product-content-image .wp-post-image{ 
    transition: all .2s;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.