[RSS Feed/News] Is it possible to target group in CSS?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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;
    }
}

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