Hello EventON Support,
I’m experiencing an issue with my EventON setup where the event titles are displaying in white text on a light background, making them very difficult to read on the single event pages.
Here is an example of the issue:
https://carsoncarclub.com/events/blue-flames-motorcycle-club-annual-picnic-los-angeles/
The title text appears white against a light/gray background. I would like the event titles to display in black (or another darker color) for proper visibility.
I have already attempted to override the styling using custom CSS in Appearance → Customize → Additional CSS, including using !important, but the changes are not taking effect. This leads me to believe the color may be controlled by:
Inline styles
A template override
Or a higher-specificity rule within EventON or my theme
Could you please advise:
The correct CSS selectors to target the event title on the single event page
Whether EventON is applying inline styles that need to be disabled
If there is a setting within EventON to control title colors directly
Or if a template override is required to change this properly
My goal is to ensure all event titles are clearly readable and consistent with my site’s design.
Thank you for your support.
Best regards,
Carson Car Club
Hello,
It seems that this styling changes all headers to white:
Please add this CSS code to EventON > Styles (If you don’t see any change, EventON > Scripts & Styling > turn off Write dynamic styles to header > save settings > turn on Write dynamic styles to header).
You can also add this code to wp-admin > Appearance > Customize > Additional CSS.
.evo_page_body .evo_sin_page .evosin_event_title { color: #000 !important; }