Home Forums Basel support forum Disable Hover Mask Effect on Category Thumbnails

Disable Hover Mask Effect on Category Thumbnails

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #87285

    Taidgh Richards
    Participant

    I wish to disable the hover mask effect for category thumbnails. I have changed the categories design to alternative but wish to disable the hover effect.

    Regards,

    Taidgh

    #87314

    Hello,

    Switch to the default Categories design. The design has no hover effect.

    Best Regards

    #87368

    Taidgh Richards
    Participant

    No I wish to keep the alternative style as the name of the categories are positioned below the image as desired, but I don’t want any of the zoom effects. IS there some custom css allowing me to remove all of these effects?

    Regards,

    Taidgh

    #87414

    Hello,

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

    body .cat-design-alt:hover .product-category-thumbnail {
    	-webkit-transform: none;
    	    -ms-transform: none;
    	        transform: none;
    	opacity: 1;
    }
    
    body .cat-design-alt .products-cat-number {
    	display: none;
    }

    Best Regards

    #87444

    Taidgh Richards
    Participant

    Perfect Thank you!

    Regards,

    Taidgh

    #87453

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Disable Hover Mask Effect on Category Thumbnails’ is closed to new replies.