Hi guys!
- I would like to kill the zoom effect on every products please ? :)
- How can I manage the list of "Related Products" on the Product Page?
Thank you in advance !
Hi guys!
- I would like to kill the zoom effect on every products please ? :)
- How can I manage the list of "Related Products" on the Product Page?
Thank you in advance !
Hi jtrabelsi,
For the related products, you can mange the Up-Sell and Cross-sells from the Product Data>Related Products tab which is underneath the product description when editing any individual product.
For the zoom effect, I'm not sure of the best way to completely remove it. I'll tag Peter for that question.
Regards,
Devin
Re product hover - you can try following css code(add it to css/custom.css):
.csstransitions #top .products .product:hover>.inner_product, #top .products .product.js_hover:hover>.inner_product{
padding: 3%;
left:0%;
top:0;
width:96%;
z-index: 10;
position: relative;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}You must log in to post.