Compatible XF Versions
2.2
To hide it for a specific user group you would have to use a conditional statement.
Less:
[data-logged-in="false"]
{
    .block--category1
    {
        display: none;
    }
}
  • Like
Reactions: hacxx
Back
Top Bottom