Remove title attribute "Permalink To" on .post-title hovering with Hueman Pro 1.4.10
jtmart opened this issue · 1 comments
jtmart commented
Hi,
Thanks for your great work.
It seems that with the latest update of the theme (Hueman Pro 1.4.10) the title attribute "Permalink To" on post list titles appears on hover. As mentioned by @eri-trabiccolo (Issue #763), this is totally superfluous.
Could you tell me which function edit will enable the user to remove the "Permalink To" text for all post titles (.post-title)?
I attached a screenshot: the website (https://www.jtmartelli.com/) does not use any child theme, only custom css.
Best,
JT
jtmart commented
This js fixes the issue:
jQuery('.post-title a').attr('title', '');
Yet it would be great if you could consider implementing this natively in the php.
Best,
JT