Hi All,
Whenever i move my mouse of a product the view or write a review pops up and I don't lie it because it blocks the whole picture. Does anyone know how to remove it? Thank you
I have the same problem. Looking for it in the code, searched through all hovers in the stylesheet, tried removing some, didn't work. This hover is nothing but a nuisance, it only hurts human interaction where customer should be clicking on the image to see product page. Causes you to have to click twice.
Hello.
It is easy to hide with JS rules or remove it's DIV from the template
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/pages/product/product_listing.tpl#L55
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/blocks/product_list.tpl#L56
javascript https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/javascript/custom.js#L201