Sunka Well-known member Apr 20, 2014 #1 Where to change only color of text of placeholders for soft deleted posts and topics. On photo is example of soft deleted posts. I want to change only color of text. What to put in extra.css Thank you
Where to change only color of text of placeholders for soft deleted posts and topics. On photo is example of soft deleted posts. I want to change only color of text. What to put in extra.css Thank you
Amaury Well-known member Apr 20, 2014 #2 .messageList .placeholder .placeholderContent Upvote 0 Downvote
Sunka Well-known member Apr 21, 2014 #3 Thanks, but I do not know what exactly to put in extra.css Upvote 0 Downvote
P Paul B XenForo moderator Staff member Apr 21, 2014 #4 Code: .messageList .placeholder .placeholderContent { color: @dimmedTextColor !important; } Change the colour to suit. Upvote 0 Downvote
Code: .messageList .placeholder .placeholderContent { color: @dimmedTextColor !important; } Change the colour to suit.