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 in Chrome

3 posters

Go down

Bold usernames in Chrome Empty Bold usernames in Chrome

Post by tribinasrb January 11th 2013, 4:32 pm

https://help.forumotion.com/t117311-bold-usernames
About 2 months ago, i have asked how to remove bold from admins and mods usernames. And i managed to remove them, but only on Firefox and IE they seem normal, but they are still bold in Chrome.

I have inserted these codes into the CSS stylesheet:

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

.coloradmin {
font-weight: 100 !important;
}

and it seems to be working only when i'm browsing with Firefox and IE. Doesn't working on Chrome...
avatar
tribinasrb
Forumember

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

http://www.tribinasrb.net

Back to top Go down

Bold usernames in Chrome Empty Re: Bold usernames in Chrome

Post by levy January 11th 2013, 4:59 pm

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

.coloradmin {
font-weight: 100 !important;
-webkit-font-weight: 100!important
}

Try them
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Bold usernames in Chrome Empty Re: Bold usernames in Chrome

Post by Cassius Dio January 12th 2013, 11:32 pm

Hi,

Try:
Code:
.colormod {
font-weight: normal !important;
font-style: normal !important;
}

.coloradmin {
font-weight: normal !important;
font-style: normal !important;
}

It should work.
Cassius Dio
Cassius Dio
Forumember

Male Posts : 581
Reputation : 79
Language : Romanian &English
Location : Yellow Submarine

http://beatles.forummo.com/

Back to top Go down

Back to top

- Similar topics

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