Home Forums WoodMart support forum Disable category image zoom Reply To: Disable category image zoom

#426501

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