Good evening John and welcome to the Events Calendar Support forum!
Thank you for reaching out to us.
I would love to help you with this topic.
Using tickets with events calendar pro. Is there CSS to hide the cost fields it adds to the event?
The short answer is yes.
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
display:none !important;
}
.tribe-events-list .tribe-events-event-cost {
display:none !important;
}
Let me know if that helps.
Have a great day!
Geoff B.