Remove Underline From Links on your Forum
I generally don't recommend this. Most people like knowing where links are, and underlines is the most common way to identify a link.
However, if you really want to remove the underline from all the links on your forum (including user names), follow these instructions.
Login to the admin CP > Styles & Templates > Style Manager.
In the drop down menu next to the style, select
Main CSS.
Scroll down to the bottom and place the following code in the very last box -
HTML Code:
a { text-decoration: none;}
waa laa! No underlines - Good?
