XF 2.2 Usergroup specific CSS

ed762

Member
Lots of questions today. I am trying to write a cSS for the structitem-cell ( the whole container where the thread title and other info sits in the forum new post) for specific usergroup. Bascially I want to highlight the thread title block for some usergroups.

Is there a way to select a specific usergroup ID and apply the CSS to it?

.structItem-cell {
background-color: orange; /* Force the background color to be orange */
}
 
Back
Top Bottom