Home › Forums › Basel support forum › Disable hover effect on categories Disable hover effect on categories This topic has 1 reply, 2 voices, and was last updated 8 years, 6 months ago by Artem Temos. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 10, 2016 at 2:55 pm #5275 wmacquinnParticipant I would like to disable the hover affect shoeing how many products/categories are under each category. Is this possible? Thanks October 10, 2016 at 4:26 pm #5281 Artem TemosKeymaster 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 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register