Widget and links to categories : do not want title in <a href...
Hi, in the vantage's widgets (popular categories and others), links contains a title wich calls the category description :
HTML Code:
<li class="cat-item cat-item-322">
<a [COLOR="#FF0000"]title="CATEGORY DESCRIPTION"[/COLOR] href="http://www.mywebsite.com/listing-catergoy/">My category</a>
(0)
</li>
On mouse over, it displays this description ok. But I have very long descriptions for each category (for
SEO) and it's not usefull and not design to display it.
How can remove this title="" in the link's widgets ?
Many thanks for help !