Sam,
I am having the same problem. If I need to add that to the theme’s style, how do I do it?
My theme style, reads:
/* links */
a, a:visited {color: #9A1010; text-decoration: none;}
p a:hover, ul a:hover {background-color: #BFD3E0;}
#content p a:hover, #content ul a:hover {background-color: #E2EBF8;}
How do I rewrite it so that the description only shows when the cursor is above the link and not as text next to the link?