@Moif – we can’t do infinite recursions as that would break your database! 999 is the max. I had written that you could do what andrew suggested with css, but when I checked to confirm, it turns out we forgot to add id/classes to those elements in the single event view. I have opened an issue and they will be added in the next release.
For the time being, the way to do it would be to create a custom template (rob is putting a tutorial together next week) and comment out that code. Basically, the short form is to create a new folder called “events” in your theme and copy the single.php in views into the new events folder you made in your theme. Then make the changes there.