WPIntell

Source evidence

Remove Mouse over text

Popular Brand Icons – Simple Icons · support · 2021-08-12T10:41:00+00:00

mixedsentiment
mediumseverity
0.72relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

2 / 22 rows with source links

9.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
yolandal resolved
Hello, I see an old threat on https://wordpress.org/support/topic/remove-text-label-on-mouse-hover/ it is marked as resolved, but I still see the icon text when I do a mouse over. I’ve tried an Alt= code on the URL, but that doesn’t work. What can I do? The page I need help with: [ log in to see the link] Hello, You can set title_tag=false and this will remove the mouseover text. Please let me know if this doesn’t work for you. Hi Travis, Unfortunately that didn’t work. I placed it in the [] code and tried the a href code. Actually I want to set my own text there. I remember there used to be an option for that, if I remember it correctly, something with .tooltip ? Hello, Please add the following CSS: span[class*="simple-icon"] svg { pointer-events: none; } Then you can add a title attribute to your links and the text you want to use. Example: <a title="My Custom Title">[simple_icon]</a> Thank you, that worked! Now I still have this code in my CSS. are Tooltip arrows still available? /*tooltip icons*/ .tooltip {display: inline-block; border-bottom: 0px;} /* Tooltip arrow */ .tooltip .tooltiptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent;} .tooltip:hover .tooltiptext { visibility: visible; opacity: 1;} I’m not familiar with that code or tooltip arrows. This is not apart of our plugin.

Comments

5 shown
Travis 2021-08-12T22:36:00+00:00

Hello, You can set title_tag=false and this will remove the mouseover text. Please let me know if this doesn’t work for you.

yolandal 2021-08-13T18:23:00+00:00

Hi Travis, Unfortunately that didn’t work. I placed it in the [] code and tried the a href code. Actually I want to set my own text there. I remember there used to be an option for that, if I remember it correctly, something with .tooltip ?

Travis 2021-08-13T19:19:00+00:00

Hello, Please add the following CSS: span[class*="simple-icon"] svg { pointer-events: none; } Then you can add a title attribute to your links and the text you want to use. Example: <a title="My Custom Title">[simple_icon]</a>

yolandal 2021-08-15T13:12:00+00:00

Thank you, that worked! Now I still have this code in my CSS. are Tooltip arrows still available? /*tooltip icons*/ .tooltip {display: inline-block; border-bottom: 0px;} /* Tooltip arrow */ .tooltip .tooltiptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent;} .tooltip:hover .tooltiptext { visibility: visible; opacity: 1;}

Travis 2021-08-17T18:02:00+00:00

I’m not familiar with that code or tooltip arrows. This is not apart of our plugin.