Hey @twosixtwo,
Sure thing! You can remove that in the template itself. Our Themer’s Guide outlines how to modify templates in great detail, but it basically boils down to this:
- Make a copy of the single-event.php template. It’s located in wp-content/plugins/the-events-calendar/src/views/list/single-event.php.
- Make a new folder in your theme directory called tribe-events
- Make a new folder in that one called list
- Drop the copied single-event.php file in that last folder
Now that the template is in your theme, you can modify it to suit your needs. In this case, remove the “»” from line 70.
Will this work for you? Please let me know. 🙂
Cheers!
Geoff