XF 2.2 Is it possible to target group in CSS?

Purdze

Member
I would like to hide an element to the normal member group and have it shown to admins.

Is it possible to target a group with css? This is what I have tried

PHP:
[data-template="member-view"]
{
.carta-tabs {
    display: none;
    }
}
 
Top Bottom