inherit
51420
0
May 4, 2022 3:22:33 GMT -8
pitszal
2,321
July 2005
pitszal
|
Post by pitszal on Nov 1, 2015 8:27:57 GMT -8
Hi How do I change the color of the user names in the SB and users online? Thanks
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Nov 1, 2015 9:39:37 GMT -8
pitszal, lol, For some reason I couldn't think what the heck SB stood for until I saw your image. For the shout box try this at the bottom of your style sheet: .shoutbox_messages .content-box a{color:red!important; }
This will change all username colors in the info center including threads/posts and members: .container.stats a.user-link{ color:red!important; }But you said users online and not sure if that includes in 24 hour too but will assume that does and if so, it would be: td .info.last a.user-link{ color:red!important; }
By the way, Pitszal, you can just right click on whatever you want to change and select inspect element (other browsers say it a bit different but element will be part of the name they call it) and there typically will be a class associated with whatever you want to change. If it is in a specific area only then you do have to go up a bit to find the class that specifically indicates the area. Like for the shout box, it was .shoutbox_messages, and for all in the info and stats it was .container.stats and then lastly for just the users it was td.info.last (Just in case you ever want to try to find how to change it on your own).
|
|
inherit
51420
0
May 4, 2022 3:22:33 GMT -8
pitszal
2,321
July 2005
pitszal
|
Post by pitszal on Nov 1, 2015 11:25:47 GMT -8
Tumbleweed Thank you so much perfect
|
|