cwe Well-known member Apr 8, 2023 #1 When someone mentions someone else in a post like @cwe , I would like to have the user mention displayed with a highlighted background color to make it stand out. I can't seem to figure out how to do this though. Any ideas?
When someone mentions someone else in a post like @cwe , I would like to have the user mention displayed with a highlighted background color to make it stand out. I can't seem to figure out how to do this though. Any ideas?
Gemma Well-known member Apr 8, 2023 #2 Like this? Code: .message-body .username { background: #b1dee8; padding: 3px 10px 3px 5px; border-radius: 5px; } Change background & padding to suit. Upvote 5 Downvote
Like this? Code: .message-body .username { background: #b1dee8; padding: 3px 10px 3px 5px; border-radius: 5px; } Change background & padding to suit.
cwe Well-known member Apr 9, 2023 #3 Gemma said: Like this? ... Click to expand... Yes, that looks like what I'm after. Where do you put that code? Upvote 0 Downvote
Gemma said: Like this? ... Click to expand... Yes, that looks like what I'm after. Where do you put that code?