Need to Remove Permalink Popup on Images

Hello,
We are having issues with the images on one of our websites. We hide the text on the backend to not appear underneath the image but now when the mouse hovers over the image, a permalink pops up and we would like this to not show. Can you recommend any coding to help with this image. I have attached the link to show the issue in this message.
http://www.thespottedcloth.com/style-category/mommystyle/

Hey @TrueNorthSolutions,

Please add this code in Theme Options > JS.

jQuery('.entry-featured a').removeAttr('title');

Hope that helps.

thanks for this…I will try it out.

You’re welcome.
We would love to know if this works out for you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.