-
Posts
14,780 -
Joined
-
Last visited
-
Days Won
43
Community Answers
-
.josh's post in Some items are already hovered over on page load. Any way to fix this? was marked as the answer
You can try adding something like this. I've seen it more or less work as a bandaid for some:
$(document.ready(function() { $('.product-small .show-details').hide(); }); I don't really have an explanation why it happens though.