Hi,
In Customizer settings for Events Calendar I was clicking to inherit theme fonts. Partially it works, partially not.
Fonts should be “Amatic SC” and “Ubuntu Condensed”, but there is something like Helvetica in events view
Also the “Find” button is set to color #499f99 in Customizer, but it doesn’t work. It would be great to also have the “Subscribe Calendar” button in #499f99.
Best regards,
Tom
Hey Tom,
The Events Calendar should inherit the colors you set in Enfold theme options > General Styling tab. It is not fully compatible with customizer.
If you’d like to override Enfold theme options styling, please add following code to bottom of Quick CSS field in Enfold theme options > General Styling
.tribe-events .tribe-events-c-search__button {
background-color: var(--tec-color-background-events-bar-submit-button) !important;
color: var(--tec-color-text-events-bar-submit-button) !important;
}
Best regards,
Yigit