Edit Category Design Alternate
-
I am using category design alternative. However my client wants a few things:
1. No Zoom in hover effect.
2. No product numbers on hover.
3. No mask on hover.
Basically she just wants an image. Trying to play with the css but no luck. I’ve reached as far as removing the product numbers on hover with a simple css.
/*Remove Product category numbers*/
.cat-design-alt .products-cat-number{
display:none;
}
Please help.
Hello,
Please add this custom CSS to the Theme Settings > Custom CSS
div.cat-design-alt:hover .product-category-thumbnail {
opacity: 1;
transform: none;
-webkit-transform: none;
-o-transform: none;
-moz-transform: none;
}
Best Regards