I need to remove the “<< View Event” text (link) at the top of each ticket type please. I do not want users to be able to view any of the events, they should only be able to amend their attendee information.
This is extremely urgent as the site is live and clients are busy updating their attendee information as we speak.
Thanks for reaching out to us! I’d be happy to help you 🙂
I don’t see the “<< View Event” text you are referring to. Or did you mean the “« All Events” text? If that’s the case, it seems you found a way to hide it via css as it has font-size: 0.
Ok, then could you add the following CSS snippet, either in your Child Theme’s style.css file or in Appearance > Customize > Additional CSS: .tribe-events-single .tribe-events-single a { display: none; }