forum name underline. help

chaudry

New Member
the forums names (belowe the cetagery) is underline
how can i make him simple without underline?
pls help me
 
Probably the easiest way to fix that problem is look at the page source to see what class is used to display the text, then go to the MainCSS page, find the class (not sure which one because your description wasn't clear) and add "text-decoration:none" to it.
 
Add to additonal css section:
HTML:
a:link, a:active, a:visited
{
           text-decoration:none;
}

a:hover
{
           text-decoration:underline;
}
 
i want to remove under line
maybe your lines show " make underline"
and my second quetion?
i want to make cetagary name center
i will give you urdu langauge pack
if u solve my problem
thanks
 
now i have remove underlines but now how to make category name in center?
pls help me fast
my urdu translation is near completing
 
Back
Top