Hi @stinkbuck2000,
Thank you for using The Events Calendar.
It appears this issue is caused by a CSS rule coming from your theme.
However, we can workaround it with the following Custom CSS:
.aft-default-mode .tribe-events-c-subscribe-dropdown__button:not(.tribe-events-c-subscribe-dropdown__button--active):not(:hover):not(:focus):not(:active) button.tribe-events-c-subscribe-dropdown__button-text:not(:hover):not(:focus):not(:active) {
color: var(--tec-color-accent-primary);
}
Here’s a guide on adding Custom CSS to your WordPress site if you’re unfamiliar: https://theeventscalendar.com/knowledgebase/k/customizing-css/
I believe the “aft-default-mode” body class comes from your theme. If that body class were to change, this snippet would no longer work.
Hope this helps. Do let us know how it goes.
IMPORTANT NOTE FOR OTHERS READING THIS: unless you are using the same WordPress theme with the same settings, the above CSS will not work for you.
Please make a new topic and include your site URL so we can come up with Custom CSS tailored to the unique circumstances of your site.
Best regards,
Leland