Can i remove the mouse over efect in front page? i mean the oppacity in the image when i put the mouse over the product?
Thanks
.products .nspImageWrapper:after {
display: none;
}
.products .nspImageWrapper img:hover {
opacity: 0;
}
.products .nspArt:hover {
border: 1px solid #e5e5e5;
}
.products .nspImageWrapper:hover img {
opacity: 1;
}