Hello,
I have styled the add-community-event page with custom CSS contained in the parent theme’s style.css file, which is enqueued correctly.
The styles work perfectly on my local machine, but do not on the remote host (or on my co-developers localhost server). Digging into the Inspector, it’s clear that none of my custom styles are found on the remote host, and so the default tribe-events styles are taking over – leading to the styling problem.
It’s not a caching issue, and I’m at a loss as to what could be causing this issue.
The theme is a custom theme I’ve built based on a version of _’s by Timber (the templating engine we’re using).