[CSS Coding] Username Color Issue
2 posters
Page 1 of 1
[CSS Coding] Username Color Issue
Technical Details
Forum version : #phpBB2Position : Founder
Concerned browser(s) : Google Chrome
Who the problem concerns : All members
Forum link : http://draxgd.forumotion.com
Description of problem
I was going to make some groups hidden to make room for some more and I wanted to keep the username to keep their colors and therefore used this CSS code.- Code:
a[href="/u17"], a[href="/u17"] span, a[href="/u17"] span strong {
color: #FF8605;
}
The problem was it doesn't work in the Chatbox. It shows their default colors. I was wondering if there was a way to fix this. Thanks!
Last edited by Draxion on August 13th 2015, 8:49 pm; edited 1 time in total
Guest- Guest
Re: [CSS Coding] Username Color Issue
So it works in the chatbox, you need to add the following.
to make :
- Code:
span[data-user="17"]
to make :
- Code:
a[href="/u17"], a[href="/u17"] span, a[href="/u17"] span strong, span[data-user="17"] {
color: #FF8605;
}
Re: [CSS Coding] Username Color Issue
Topic solved and archived

![[CSS Coding] Username Color Issue Slgray10](https://i.servimg.com/u/f28/11/40/02/06/slgray10.png)
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.

» Coloured letters in username coding issue
» Snow Script for Forums/Decoration Issue/Coding Issue
» Changing the Username's Color As Well As Multicolored Username and Glow
» Issue with Forum Tabs and other areas Color Issue
» Username Effect Coding
» Snow Script for Forums/Decoration Issue/Coding Issue
» Changing the Username's Color As Well As Multicolored Username and Glow
» Issue with Forum Tabs and other areas Color Issue
» Username Effect Coding
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum