I’m trying to hide the “summary section” of a user when that user is in a certain group, like “suspended” (and viewing that user profile page as a non-admin). I already have this theme component installed, CSS classes for current user's groups, and I’m using the recommended CSS that was provided:
The problem is, this CSS class, “group-suspended”, doesn’t appear on the page of a user profile that is suspended. I don’t see any “group-” CSS classes on the page.
What can I do to get this “group-” CSS class to appear on a user profile page?