The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Remove Underlined User name???

3 posters

Go down

Remove Underlined User name??? Empty Remove Underlined User name???

Post by nikhu07 September 17th 2010, 1:47 pm

In the who is online section i want to remove the underline below usernames, its just not suit to the color of the groups i have assigned..please help me out...
Sad
avatar
nikhu07
New Member

Male Posts : 8
Reputation : 0
Language : English
Location : Akola

http://www.discusscity.userboard.net

Back to top Go down

Remove Underlined User name??? Empty Re: Remove Underlined User name???

Post by Guest September 17th 2010, 3:22 pm

ACP - Display - Colors - CSS - find:

Phpbb3:
Code:

a:link{
    color: #105289;
    text-decoration: none;
    }
a:visited{
    color: #105289;
    text-decoration: none;
    }
a:active{
    color: #105289;
    text-decoration: none;
    }
a:hover{
    color: #d31141;
    text-decoration: none;
    }

and change this part: "underline" to "none" as you see in the code above:
if not working add " !important" after "none" Smile
avatar
Guest
Guest


Back to top Go down

Remove Underlined User name??? Empty Re: Remove Underlined User name???

Post by AvAvO September 20th 2010, 7:37 pm

thank you gangstar I made it , it is done Very Happy
avatar
AvAvO
New Member

Male Posts : 16
Reputation : 0
Language : english

http://www.avavo.5forum.net

Back to top Go down

Remove Underlined User name??? Empty Re: Remove Underlined User name???

Post by Guest September 20th 2010, 9:01 pm

No Problem Wink.
avatar
Guest
Guest


Back to top Go down

Remove Underlined User name??? Empty Re: Remove Underlined User name???

Post by RoNo September 20th 2010, 10:02 pm

RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum