Home › Forums › WoodMart support forum › Disable category image zoom › Reply To: Disable category image zoom
December 6, 2022 at 6:14 am
#426501
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .category-grid-item:hover .category-image {
transform: none;
}
Unfortunately, it is not possible to set a fixed height for an image. Please upload images of the same size and proportion.
Best Regards