Hello,
I am currently trying to minimize the amount of CSS files that are called when my page loads.
In order to do this I am moving all of the CSS manually to my theme’s style.css.
With The Event Calendar it was easy enough, by just switching to the Skeleton theme.
I also found in the Themer’s Guide how to change the default CSS file in the PHP for the event calendar pro and widgets using the following:
tribe_events_stylesheet_url (The Events Calendar core styles)
•tribe_events_pro_stylesheet_url (The Events Calendar Pro styles)
•tribe_events_pro_widget_calendar_stylesheet_url (The Events Calendar calendar widget styles)
Unfortunately, I cannot find the code to change the default location to the following css files.
event-tickets/src/resources/css/rsvp.css
event-tickets-plus/src/resources/css/wootickets.min.css
Any help would be most appreciated.