Themes By Design

Remove Underline From Links on your Forum

Peggy
05-18-2008, 07:49 AM
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 -

a {
text-decoration: none;
}


waa laa! No underlines :)

SeViLeNGuL
05-24-2008, 02:06 PM
Code error

Edit code :

{
text-decoration: none;
}

Peggy
05-24-2008, 02:35 PM
Sorry hun, I use it on one of my themes here with the a in front and there are no lines. I did try your code with no a in front and the lines came back.
My code is correct :)