prefix to usernames
5 posters
Page 1 of 1
prefix to usernames
Yea, I got it solved but now my avatar and my pm button both have the prefix. How do I make it so its just my username?
Last edited by EpicDroid on May 21st 2013, 11:40 am; edited 2 times in total
EpicDroid- New Member
- Posts : 10
Reputation : 1
Language : English
Re: prefix to usernames
Right...
Change the code I gave you to this.
That should work fine
Change the code I gave you to this.
- Code:
a[href="/u1"] span:before {
content: "[ADMIN] ";
}
That should work fine
Re: prefix to usernames
Ok, thanks once again. Also with my username it's automatically bolded because of the usergroup, how do i make it normal? Normal = Normal Bold = BoldUltron's Vision wrote:Right...
Change the code I gave you to this.
- Code:
a[href="/u1"] span:before {
content: "[ADMIN] ";
}
That should work fine
EpicDroid- New Member
- Posts : 10
Reputation : 1
Language : English
Re: prefix to usernames
You can modify the weight of your username by adding this to your CSS.
Unless of course you want to modify the content before your username so its bold along with your username, if you're in a group.
- Code:
a[href="/u1"], a[href="/u1"] span, a[href="/u1"] span strong {
font-weight:normal;
}
Unless of course you want to modify the content before your username so its bold along with your username, if you're in a group.
- Code:
a[href="/u1"] span:before {
content: "[ADMIN] ";
font-weight:bold;
}
Re: prefix to usernames
Hello, Is you problem solved? You can let us know by editing your topic using the edit button and by clicking the solved icon then send. Thank you |
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Re: prefix to usernames
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum