Amaury Well-known member Sep 11, 2014 #1 I moved the indicator up and left a bit because it was overlapping with the moderator approval message, but I also want to remove the tail. How do I remove the tail? Thanks!
I moved the indicator up and left a bit because it was overlapping with the moderator approval message, but I also want to remove the tail. How do I remove the tail? Thanks!
Amaury Well-known member Sep 11, 2014 #2 I guess moving it there won't work, because when there's no moderator approval message, its location is weird: This is the CSS I used: Code: .message .newIndicator { margin: -20px 0px 5px 5px !important; } By default, the first two numbers are -5px and -25px. Assistance with this as well will be most appreciated. Upvote 0 Downvote
I guess moving it there won't work, because when there's no moderator approval message, its location is weird: This is the CSS I used: Code: .message .newIndicator { margin: -20px 0px 5px 5px !important; } By default, the first two numbers are -5px and -25px. Assistance with this as well will be most appreciated.
P Paul B XenForo moderator Staff member Sep 11, 2014 #3 This will remove the wrap: Code: .message .newIndicator span { display: none; } Upvote 0 Downvote