Quantcast
Channel: XTemos » All Posts
Viewing all articles
Browse latest Browse all 38952

Reply To: Disable hover effect on categories

$
0
0

Hello,

Thank you for the question.

You can use this code snippet to hide products count on hover. Add it to the Custom CSS section in Theme Settings

.cat-design-alt:hover .products-cat-number {display: none;}

And here is a code to disable hover effect completely

.cat-design-alt .category-link {background-color: transparent;}
.cat-design-alt:hover .products-cat-number {display: none;}
.cat-design-alt:hover .product-category-thumbnail {opacity: 1;}

Regards


Viewing all articles
Browse latest Browse all 38952

Trending Articles