Hi Rachel,
Thanks for reaching out.
We do not have any documentation on doing this, as doing this is something that would require much custom coding.
We cannot help with writing custom code or making design tweaks, unfortunately. 🙁 Please read more about this policy here ? https://theeventscalendar.com/knowledgebase/what-support-is-provided-for-license-holders/
To hide information on events pages, you will have to break open a code editor and a web inspector and write custom CSS. You can, alternatively, hire a developer to make these design modifications for you.
I would recommend checking out a [free!] tool like Firebug if you use FireFox, or the Developer Tools for either Safari or Chrome. They have “Inspector” tools that let you zoom right over the element you want to hide or change, and so you can then see what custom CSS you have to write to make the change.
If you just want to hide all of the tickets-related content, you can use CSS like this:
.type-tribe_events form.cart {
display: none !important;
}
For any more-specific tweaks and such, please use the methods I described above.
Cheers,
George