Home Forums WoodMart support forum Category zoom effect

Category zoom effect

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #242981

    viapampa
    Participant

    Hi,

    I would like to remove the zoom effect for the categories design “center title”, what would be the CSS code for this?

    Regards,

    Bernanrdo.

    #243013

    Hello,

    Please provide your site admin access to the private area. Also please provide a page URL with the categories I will provide CSS.

    Best Regards

    #243509

    viapampa
    Participant

    Hi, you will find the access in the private area along with the URL.

    I want to remove the zoom effects for the categories down below (5).

    Thanks.

    #243766

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .category-grid-item:hover .category-image {
    	-webkit-transform: none;
    	transform: none;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)