Posted December 25, 20204 yr currently I have this, for highlighting reply's or posts from people having rank id "4" (administrators) but somehow it is not working I am running this on 4.5 would love to hear what I am doing wrong, and some feedback. [data-membergroup="4"].ipsComment_highlighted:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular) { border-color: #ffeb00 !important; box-shadow: 0 0 5px #ffeb00 !important; }
December 26, 20204 yr The problem is that the post container doesn't have the member group anywhere on it. You would need to add it manually to be able to refer to it in CSS.
December 26, 20204 yr Author 3 hours ago, Morrigan said: The problem is that the post container doesn't have the member group anywhere on it. You would need to add it manually to be able to refer to it in CSS. thanks for your reaction do you have any idea how I do this?