Shahrukh Khan
New Member
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 -
Now See! No underlines
Checked on: vb 3.7 Gold
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 -
Code:
a {
text-decoration: none;
}
Now See! No underlines
Checked on: vb 3.7 Gold