Home › Forums › WoodMart support forum › Few queries on Filter and product image › Reply To: Few queries on Filter and product image
Aizaz Imtiaz Awan
Hello,
1) To Disable the zoom effect you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
body .product-grid-item .product-element-top:hover .hover-img {
transform: none;
-webkit-transform: none;
}
2, 5) The URL you provided is password protected. Please provide a working URL or provide a password to access the page and help you out accordingly.
3) Unfortunately, there is no such option in theme settings to create separate pages for categories because the shop and categories pages are controlled by WooCommerce and our theme doesn’t influence this.
4) You can set the margins for each item from editing the HTML block used in the item on hover from Appearance >> Menus >> Edit Menus.
Screenshot for Clarification: https://ibb.co/Qv3245W
Best Regards.