P PASS Well-known member Jun 22, 2018 #1 Anyone know the css class for changing the color of the username tag links in posts? Thanks!
P PASS Well-known member Jun 23, 2018 #3 Mike Creuzer said: @PASS the css class is .username Click to expand... Will that just change the tags in posts? I don't want to effect usernames in the postbit. Thanks Upvote 0 Downvote
Mike Creuzer said: @PASS the css class is .username Click to expand... Will that just change the tags in posts? I don't want to effect usernames in the postbit. Thanks
Russ Well-known member Jun 26, 2018 #4 PASS said: Will that just change the tags in posts? I don't want to effect usernames in the postbit. Thanks Click to expand... Just use a more specific class: Code: .message-content .username { color: #FFF; } Will target just the message content area. Upvote 0 Downvote
PASS said: Will that just change the tags in posts? I don't want to effect usernames in the postbit. Thanks Click to expand... Just use a more specific class: Code: .message-content .username { color: #FFF; } Will target just the message content area.