shabbyllity wrote:Wow thank you for your fast reply!
The solution is almost perfect... Unfortunately I can no more click on the image to open the products page. Well, in the corners the image is clickable, also in the middle where the discription is, but not around the middle, there where the red circle was.
Is there a possiblity to completely remove these circles?
That would be brilliant!
(that the zoom button is also gone is no problem, I've disabled it anyway... ;) )
Thanks in advance!
Hi again,
Sorry for the late reply!
Having in mind that you will disable the quick view button, you can just change the code that I wrote in my previous post to this one:
@media (min-width: 1001px){
.product-grid .item-box:hover .description-wrapper {
display:none;
}
}
So this will hide the description with the circle and the whole product picture will be clickable.
Hope that helps!