If you go to my blog http://wrestlingtruth.com and see the main content sidebar on the right... if you hover over a category it will popup with the category description. Problem is it also pops up any html tags in the description, so it looks dumb. I can't for the life of me find the code that makes the description popup, so I can delete it. I checked the CSS but don't see it. I don't really know what I'm looking for.
If you look up the source code you will see this: title="<i>All of the Columns and Editorials written by WrestlingTruth.com Editor <b>Keelan Balderson</b>. From random thoughts to in depth investigative pieces, all of them are archived here.</i>"> whatever u have in title = " " tag will show up on hover. u have <i> which is same as <i> Code (markup): in your category description i think. you need to remove that. I can personally solve this problem, PM me if you need more help.
If you want the description to show up in italic style, u need to add the <i> </i>code in your theme file. Most probably archive.php or category.php
Thanks for you help, but is there a way to remove the code that is making the description pop up, that's what I really want to do.
Yes, it can be done. You would have to edit the file "category-template.php" in the folder "wp-includes" I have done this thing like 5-6 months ago. just open the file and do ctrl+f then enter title=" u would see the places where title = "blah blah blah" part is generated, then u just need to take it out. Make a backup before, just in case u mess some code If you need more help on this, just PM me