This topic has 6 replies, 3 voices, and was last updated 4 years, 5 months ago ago by Rose Tyler
hallo, i want at categories and brand page to keep the image effect but i want to change it at homepage at related products and products at static blocks to only zoom in
Hello,
Please provide screenshots for better understanding the desired result.
Lightshot Screenshot tool https://app.prntscr.com/en/index.html makes screenshots and generates links then you can provide links of screenshots here.
Regards
Image Hover Effect we want to be zoom in or change color (its not a option) at homepage , at related products (in single product) and last seen
for example at mouse over here: https://global.ecco.com/en/ladies
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
Remove url from our posts because we can’t edit it. Thanks
Done.
Regards
You must be logged in to reply to this topic.Log in/Sign up