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
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
a[href="/u1"] span:before {
content: "[ADMIN] ";
}
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
a[href="/u1"], a[href="/u1"] span, a[href="/u1"] span strong {
font-weight:normal;
}
a[href="/u1"] span:before {
content: "[ADMIN] ";
font-weight:bold;
}
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 |
Topic Solved & Locked |