[RSS Feed/News] CSS for specific usergroup

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
What is the css for targeting specific usergroups?

I have a usergroup and the color for their username is dark red. And if they have a banner, the system automatically puts a text-shadow which then looks bad.

This is automatically applied:
CSS:

Code:
.memberHeader--withBanner .username {
  text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
}

So, how can I target this usergroup alone in my extra.less so I can change the text shadow?

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom