Amaury Well-known member Aug 26, 2013 #1 I need to make this text #505050: This message by User has been removed from public view. I can't figure out what controls it. I've tried style properties and looking for its CSS.
I need to make this text #505050: This message by User has been removed from public view. I can't figure out what controls it. I've tried style properties and looking for its CSS.
AndyB Well-known member Aug 26, 2013 #2 Soft deleted threads are only shown to admins and mods. Upvote 0 Downvote
Amaury Well-known member Aug 26, 2013 #3 AndyB said: Soft deleted threads are only shown to admins and mods. Click to expand... Yes, I know, but I still want to change the text from blue to gray. Specifically, this shade. Upvote 0 Downvote
AndyB said: Soft deleted threads are only shown to admins and mods. Click to expand... Yes, I know, but I still want to change the text from blue to gray. Specifically, this shade.
AndyB Well-known member Aug 26, 2013 #4 Add this to your EXTRA.css template: Code: .message .messageInfo { color:red; } Change red to what ever color you want. Upvote 0 Downvote
Add this to your EXTRA.css template: Code: .message .messageInfo { color:red; } Change red to what ever color you want.