Home Forums WoodMart support forum How can i turn off zoom effect on category images?

How can i turn off zoom effect on category images?

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

    sourov
    Participant

    How can i turn off zoom effect on category images?

    #177470

    Hello,

    Please provide the page URL I will provide CSS.

    Best Regards

    #177523

    sourov
    Participant

    .

    #177562

    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

    Best Regards

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