Is there an easy way to disable/hide the white "View" band with an i icon that shows up any time you hover over an image on a category page or home page? It's distracting and completely unneccessary, since clicking on the thumbnail image opens the listing page anyway.
Thank you.
You have to delete its code from .tpl file or hide with css rules https://www.w3schools.com/css/tryit.asp?filename=trycss_display_none
I would prefer to hide with CSS rather than editing the .tpl file, but I cannot figure out which div or span to hide, since it only appears on hover and I can't use the browser element viewer to see which element it is.
Thanks.
Yes you can. Select the product block or thumbnail element and hint "hover" in the browser console. Browser will simulate a hover action
Solved. Thank you.