It is not the best thing to do, but if you really want to remove the underline from all the links on your forum(including user names) here is how.

adminCP>Styles & Templates>Style Manager>

In the drop down menu next to the style you want to do this on choose Main CSS.

Now scroll down the to bottom and place this in the very last big box at the bottom.

Code: 
a {   text-decoration: none; }
You will now have no underlines on your forum.

Thanks
WrzBB Reviewed by WrzBB on . Remove underline from username and all links It is not the best thing to do, but if you really want to remove the underline from all the links on your forum(including user names) here is how. adminCP>Styles & Templates>Style Manager> In the drop down menu next to the style you want to do this on choose Main CSS. Now scroll down the to bottom and place this in the very last big box at the bottom. a { text-decoration: none; } Rating: 5