- 2
Hi, I created a copy of CategoryTemplate.ProductsInGridOrLines, for my sub categories I want remove hover effect.
Can you Help me ?
Can you Help me ?
.product-grid .item-box:hover .details {
background: none repeat scroll 0 0 #ffffff;
bottom: 0;
color: #000000;
}
.product-grid .item-box:hover .details .buttons {
bottom: -47px;
display: none;
}
.product-grid .item-box:hover .details .buttons {.
bottom: -47px;
display: none;
}.product-grid .item-box:hover .hover-effect-2 .picture a::after {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}
.product-grid .item-box:hover .hover-effect-2 .buttons {
display: none;
opacity: 1;
}
/*.product-grid .item-box:hover .hover-effect-2 .picture a::after {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}*/