The h3s on my events pages are showing as the color #FAFAFA which obviously is nearly invisible against the white bg.
https://app.screencast.com/idqxf20SCCts4
I can toggle the color on and off while inspecting it in Chrome and it removes the color attribute. But when I try to overwrite the styles in the the CSS it doesn’t work.
Here are the styles I used to overwrite the color attribute:
.et-db #et-boc .et-l h3 {
color: #333333;
}
Can you please advise as to what CSS I can use to correct the issue?
The site is being built with Divi. The color #FAFAFA was one of my theme’s colors. But I’ve since change it and this color attribute remains the same. So it doesn’t appear to be related to the theme setting (?).
Thanks!
The page I need help with: [log in to see the link]
