Hi, I hope I have the right section to post this, but this problem has me baffled!
I have set up a tribe-events.css in my child theme folder, and have been making successful css changes. However, when I try to change the font color of the <dt> tags in the meta details on the single event page, it does not accept any of it.
On my element inspector I found:
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {color: #222}
When I change the #222 to #fff in the inspector, the colour changes.
But when I add:
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {color: #fff} to my css file, no changes are made.
I’ve also tried just
dt {color: #fff} and that doesn’t work either.
I’m sure it’s something stupid, but what am i missing?