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.

Bold usernames

4 posters

Go down

Solved Bold usernames

Post by tribinasrb November 20th 2012, 11:29 pm

I wonder how to make moderators and admins usernames look like regular members at 'who is online'? I managed to remove colored usernames, but they remained bolded.

I have added this code to 'pictures&colors/colors/CSS stylesheet:
.colormod {
font-weight: lighter !important;
}

, but has no effect.

This is how looks my CSS stylesheet:

colormod {
font-weight: lighter !important;
}
a { text-decoration: none; }
a > span > strong, a > em > span > strong, b > a {
font-weight: normal !important;

Is that even possible on phpbb2?
avatar
tribinasrb
Forumember

Male Posts : 115
Reputation : 0
Language : SERBIAN, English, Russian
Location : Belgrade, Serbia

http://www.tribinasrb.net

Back to top Go down

Solved Re: Bold usernames

Post by tommycoo November 20th 2012, 11:39 pm

if u want to make the username bold
may u test my css here is it
Code:
a[href="/u?"], a[href="u?"] {
        font-weight:bold;
    }

Change ? to username link ..
example your link in forumotion

https://help.forumotion.com/u2101

just replace ? with 2101
tommycoo
tommycoo
Forumember

Male Posts : 615
Reputation : 9
Language : Indonesia

http://www.atlanta.forumid.net

Back to top Go down

Solved Re: Bold usernames

Post by SLGray November 20th 2012, 11:42 pm

Try this:
font-weight: normal !important;


Bold usernames Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Bold usernames

Post by tribinasrb November 21st 2012, 12:05 am

tommycoo, i want to make moderators and admins usernames normal.

slg, not working.

Bold usernames 35kmis8

This is how it looks in CSS stylesheet. I don't know what's wrong..

Bold usernames Ort7au

Usernames bolded and underlined in red are the members of moderator group. I want to remove bold format from their usernames
avatar
tribinasrb
Forumember

Male Posts : 115
Reputation : 0
Language : SERBIAN, English, Russian
Location : Belgrade, Serbia

http://www.tribinasrb.net

Back to top Go down

Solved Re: Bold usernames

Post by SLGray November 21st 2012, 2:18 am

Try this:
Code:
.colormod {
    font-weight: 100 !important;
}


Bold usernames Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Bold usernames

Post by Kaizer Lee November 21st 2012, 10:44 am

slg wrote:Try this:
Code:
.colormod {
    font-weight: 100 !important;
}

Is this what you want or the individual username code?
Kaizer Lee
Kaizer Lee
Active Poster

Female Posts : 1064
Reputation : 54
Language : English, Tagalog, Spanish and Chinese
Location : Philippines

http://www.medievalchaos.net/forum

Back to top Go down

Solved Re: Bold usernames

Post by tribinasrb November 24th 2012, 5:03 pm

slg wrote:Try this:
Code:
.colormod {
    font-weight: 100 !important;
}
I tried this, and it works only for moderators. Admins are still bolded. Is there some individual username code?

EDIT: I made it. I just inserted this code:
.coloradmin {
font-weight: 100 !important;
}

Thanks. Lock.
avatar
tribinasrb
Forumember

Male Posts : 115
Reputation : 0
Language : SERBIAN, English, Russian
Location : Belgrade, Serbia

http://www.tribinasrb.net

Back to top Go down

Solved Re: Bold usernames

Post by SLGray November 24th 2012, 7:16 pm

Topic Solved & Locked


Bold usernames Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

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