Description

This snippet will allow users to remove the links from their events so that users cannot click on them.  This way, users cannot visit single events pages.

Usage

For CSS: Copy the below code into your (child) theme’s style.css file, or add it to Appearance > Customize > Additional CSS box (or wherever you usually put custom styling).

Plugins

  • The Events Calendar

Snippet

.tribe-events-calendar-list__event-title {
    pointer-events: none;
}

Notes

  • Originally written in September 2019
  • Tested with The Events Calendar 5.2.1
  • Author: Jaime Marchwinski

Disclaimer

As with all of our recipes, please note that we share this in the hope it will be useful but without any guarantees or commitments. If you wish to use it, it is your responsibility to test it first of all and adapt it to your needs (or find someone who can do so on your behalf). We are unable to provide further support in relation to this recipe.