Hide Title Attribute tooltip on product images

Hello. I am trying to hide altogether the title attribute that is displaying as a tool tip on product images on the home page. This occurs on hover.

The site is:

https://saltcalifornia.com/

Built using flow (wetheme)

This page shows a fiddle that looks to be exactly what I need? I have added this to the theme.liquid with no success.

http://jsfiddle.net/2nHxV/


It’s not happening because of CSS/JS, it’s a feature of the browser. Just remove the “title” attribute in your anchor tag. Right now, it looks something like this:

...

Delete the title=“ANN” part of your code. That should work.

Thank you! I had tried something similar but needed to just a different liquid file. This is what the original line looked like in the liquid file. I removed the highlighted section and the product title is not showing now as a tooltip.

I believe this is removing essentially exactly what you suggested.