I’ve taken over a site and it looks like the section I’m trying to style is in this file:
$theme_dir/tribe-events/pro/widgets/modules/single-event.php
I’ve added some css to this file:
$theme_dir/tribe-events/tribe-events.css
For other template files this seems to work. I’ve tried it for:
$theme_dir/tribe-events/single-event.php
$theme_dir/tribe-events/list/single-event.php
$theme_dir/tribe-events/month/content.php
$theme_dir/tribe-events/pro/week/content.php
But for some reason adding css to tribe-events.css doesn’t seem to affect the template file I mentioned at the top of this message. Is it supposed to, or am I doing something wrong?