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:
ادامه مطلب...
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;
}
}
ادامه مطلب...