Remove native browser tooltips while preserving accessibility.
By default, when you hover over an element with a title attribute, the browser displays a native tooltip. These tooltips often don’t match your website’s design and can be distracting or redundant.
Hide Titles On Hover solves this by replacing all title attributes with aria-label attributes. This preserves accessibility for screen readers while preventing tooltips from appearing on hover.
🎯 No settings required. Just install and activate.
1.0.1
1.0.0
Removed: Email to admin
Checked: WordPress 6.7
0.0.5
*Fix: PHP warning
0.0.4
*Checked: WordPress 6.4
0.0.3
*FIx: Not working for elements added after the page is fully loaded if they aren't links
0.0.2
*FIx: Not working for elements added after the page is fully loaded
0.0.1
*Initial release