Have you ever wanted to add a tooltip in WordPress? It is truly very simple, once you know how to do it.
Let’s say you have the word “lollipop” in your content and when your reader hovers the cursor over the word, you want to describe a lollipop.
- While you are editing a page, click the HTML tab.
- Find the word “lollipop” in your text.
- Use the following format to replace the word lollipop: <a title=”A type of candy on a stick.” href=” “> lollipop </a>
Save your changes and you are finished.
If you want to see how this works live, go to this page and hold your mouse over the pink text.