Jump to content
WebFlake
  • 0

Post highlighting by group


Banim

Question

Hello,

I have a question regarding this feature:

https://invisioncommunity.com/news/post-color-highlight-r974/

I would simply like to know how to go about defining different colors, for different usergroups. I have seen some other threads in this forum which focus on modifying specific areas of the post, such as the authorpane, but I have not managed to find anything that can accomplish what I am looking to do.

For example, I would like to have a yellow border all around administrator posts, and a green border all around moderator posts (the entire post, including authorpane). 

If someone could post an example of what I should be adding into my Theme template/CSS, I would be glad to build on it and post about the outcome.

Thank you.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

You can do that like this 

Add this line to custom.css

.ipsComment_highlighted:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular )[data-membergroup="x"] {
background: black;
border: 1px solid #fff;
}

 The 'x' from data-membergroup="x" stands for the group id,  you can copy and modify it for each group.

Edited by KELSIER
  • Upvote 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...