How to make bold usernames?

batwoman at 17h42
18
Jan
2012
Hello. I'm wondering, how to make bold usernames?
i was trying to use this html code:
Code:
.user .username{
font-style: bold !important;
font-weight: normal !important;
}

But it didn't worked. ;<
1 Coddy, on 18/01/2012 at 18h39
If you use phpBB2 try this:
Code:
.name a{
font-weight: bold !important;
}

And don't forget to delete that code you use. Smile
2 batwoman, on 18/01/2012 at 21h22
thank you (:
Problem solved
3 Rideem3, on 18/01/2012 at 21h48
Topic Solved & Locked
Similar topics
Hi, I have an iFrame box and I am able to type some value using typekeys function in Selenium IDE. Now I want to select the text that I have added and make it bold. Bold option is there in a tool box in the iFrame. Example as below. Type Hello wold
I know this has been suggested a few times, but they didn't get many votes and were lost under other suggestions. What I'm suggesting is that if a user is in a group they could have an icon in front of their name in certain areas of the site. How it
On my forum I have bold ranks is there something I can do to have them like this? > "rank" and not "rank"?
Replies 1 to 3 on 3 for "How to make bold usernames?"
See also
more_less
Informations

3 Replies For the topic :
"How to make bold usernames?"

This topic has been viewed 378 times.

Last message :
18/01/2012 at 17h42 by "batwoman"