Log in

View Full Version : remove underline


geevest.com
07-24-2006, 12:05 PM
how to make remove underline in
1.username?
2.forum category
3.thread
4.lastpost

thx

sabret00the
07-24-2006, 12:08 PM
add "text-decoration: none;" to the revelant css modules in admincp edit css screen.

geevest.com
07-24-2006, 12:33 PM
uhm i not found revelant css from main css template...

aveon
07-24-2006, 01:56 PM
ok now its kind of a complicaten situation but i have what you need open header teplate and


find
<!-- CSS Stylesheet -->


add under
a:link, a:visited
{
color: #CC0000;
text-decoration: none;

}
/*

a:visited
{
color: Black;
text-decoration: none;
}
*/

change the font color as you desire

sabret00the
07-24-2006, 03:02 PM
ok now its kind of a complicaten situation but i have what you need open header teplate and


find
<!-- CSS Stylesheet -->


add under
a:link, a:visited
{
color: #CC0000;
text-decoration: none;

}
/*

a:visited
{
color: Black;
text-decoration: none;
}
*/

change the font color as you desire
lol, why on earth would you do that?

uhm i not found revelant css from main css template...
ok, i should've made it clearer.

look for "Category Strips", "Table Header", "First Alternating Color" and "Second Alternating Color". there you will find boxes marked Text-Decoration, set that to none.

aveon
07-24-2006, 05:40 PM
i just tried to help man if he has a template he has to have a css in header