curtisflick
Member
Posted 11 months ago #
I am using the Recent Posts widget in the sidebar of the Modularity theme and I have a post title with an all caps word... USSD. The title attribute when I hover over this link in the widget is showing the <span class="caps"> tag wrapped around the word USSD in the tool tip.
Any help here would be greatly appreciated.
curtisflick
Member
Posted 11 months ago #
Perfect! That was exactly the problem. Thanks.
In the wp-Typography plugin settings there is an option set at the very bottom under "Add CSS Hooks" and the following option is set...
Wrap acronyms (all capitals) with <span class="caps">.
Disabling this option fixes my problem.
Thanks!