XenForo Is it possible to target group in CSS?

P

Purdze

Guest
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:

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

Continue reading...