Hey Scott,
Totally happy to help!
Yeah, adding styles can be a little cumbersome. Basically, you can do this:
- Create a new folder in your theme called tribe-events
- Make a new folder inside that one called pro
- Make a new file in that folder called tribe-events-pro.css
Now that the stylesheet is in your theme, you can use it to override the plugin’s CSS as you see fit. In this case, you can add something like this:
.tribe-mini-calendar-event .list-info {
font-size: 20px; /* or whatever size you'd like */
}
Does that clear things up a bit? Please let me know. 🙂
Cheers!
Geoff