spaceb
02-18-2003, 08:57 AM
is there a way to remove all the underlines in the forum? :lick:
Logician
02-18-2003, 09:19 AM
if you mean ununderlined links, it's admin cp/styles/modify/fonts-colors-etc/head insert, then find line:
A:link, A:visited, A:active {
COLOR: {linkcolor};
}
and replace it as:
A:link, A:visited, A:active {
COLOR: {linkcolor}; text-decoration: none;
}
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.