Hi there,
Thanks for using The Events Calendar.
I see the issue and that blue color does not come from our end. It comes from this file: https://auburnchamberma.org/wp-content/et-cache/global/et-divi-customizer-cpt-global.min.css?ver=1647032794
And the inline styles set on those Uber Menu selectors are not specific enough to be taking effect on the events post type archive.
As far as solutions go, there are a number of ways to peel this onion.
One way would be by adding the following Custom CSS to the site:
.et-db #et-boc .et-l .ubermenu-new_template_blank .ubermenu-item-level-0 > .ubermenu-target {
color: #fff;
}
.et-db #et-boc .et-l .ubermenu-new_template_blank .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target {
color: #10396f;
}
.et-db #et-boc .et-l .ubermenu.ubermenu-new_template_blank .ubermenu-item-level-0:hover > .ubermenu-target {
color: #9b9b9b;
}
This is based off the inline CSS currently on the site. I’m just adding the .et-db #et-boc .et-l
beforehand for enough specificity.
Why this is necessary only on the events post type archive, I am not quite sure.
100% of these CSS selectors appear to be related to either Elegant Themes or Uber Menu, which means there may be some other options within those products.
I hope this information is helpful. Let us know how it goes.
Best regards,
Leland