This topic has 2 replies, 2 voices, and was last updated 5 years, 7 months ago ago by Rose Tyler
1.on hover zoom in image the box should be small in deskop view and should have zoom in effects .http://prntscr.com/nc7iw7
https://www.8theme.com/demo/woopress/fullwidth/product/fashion-demo-accessories-7/
http://saibabamachines.com.cp-45.webhostbox.net/product/facing-lathe-graham-norton/
2.on hover thumbails cover effect on side its not appears
Hello,
1) Zoom effect shows the real size of images.
If you don’t want the zoom you can disable it in Theme Options > E-commerce > Single Product Page.
2) Please add this custom CSS code:
#product-pager .slick-slide img {
opacity: 0.5 !important;
}
#product-pager .slick-current img, #product-pager .slick-slide:hover img {
opacity: 1 !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up