i added this to my css .h4.entry-title.summary a { color: red } to change the event name color but it still shows as white. i’m using the event list widget on my sidebar.
… Just to add, it looks like there is a similar issue in the second line of code you shared – you’ve got a dot before div which means you are targeting an element with a class of div rather than an actual div element.
.single-tribe_events .tribe-events-event-meta { background: black }
h3.tribe-events-single-section-title { color: white }
You can add them to your theme’s tribe-events/tribe-events.css file (see our Themer’s Guide for details on setting this up).
I’ll go ahead and close this thread but if we can help with anything else please don’t hesitate to create a new thread and one of the team will be only too happy to help.
Thanks again!
Author
Posts
Viewing 7 posts - 1 through 7 (of 7 total)
The topic ‘event list widget event name color’ is closed to new replies.