inherit
prestonb1291@yahoo.com
198074
0
Aug 11, 2013 19:43:52 GMT -8
prestonb1291
9
August 2013
prestonb1291
|
Post by prestonb1291 on Aug 7, 2013 16:04:53 GMT -8
With the new switch to v5 (which I hate!), my old codes for to bold and change the color of usernames no longer works. Anybody have a code for this? Thanks!
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Aug 10, 2013 20:14:51 GMT -8
With the new switch to v5 (which I hate!), my old codes for to bold and change the color of usernames no longer works. Anybody have a code for this? Thanks! .user-link { color: #000000; font-weight: bold !important; } The above will target ALL users. The below is a specific user: .user- 27090 { color: #000000 !important; } The blue is the ID of the user. Get this from their profile page (in the address bar). Add any CSS such as weight etc to specific users. Put that second line in for each user you want, so if I wanted to change mine and yours I'd do: .user-27090 { color: #000000 !important; } .user-198074 { color: #000000 !important; } Add it to Admin > Themes > Advanced Styles & CSS > Style Sheet At the very bottom make a new line and place it there
|
|