Hiding event organizer on single event page from non-logged in users
-
Is there a way to hide the event organizer section from non-logged in users on the single events pages? We don’t want their private info (phone number and email) available to the general public, however we do want it available to our members (who are logged in to the site). I have tried with CSS using “.logged-out” and hiding the element in question, but it doesn’t work with “.logged-out” in front of it. Removed that and it hides it for everyone, which we don’t want. This is the CSS:
.logged-out div.tribe-events-meta-group.tribe-events-meta-group-organizer { display: none; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hiding event organizer on single event page from non-logged in users’ is closed to new replies.