Change text color of the event buttons

It’s possible to change the color of buttons themselves, yet not the texts there. We found a workaround via CSS:

@external {
 .eapp-events-calendar-button-link {
   color: black!important;
 }
}

Please add such settings to the widget editor. Thank you!

2 Likes

Friends, great news: this feature request is in the Design stage now!

We’ll keep you updated on the progress :slight_smile:

1 Like

Status Update: the feature moved to the Development stage :tada:

1 Like

Hey everyone!

The button text color in Event Calendar is now automatically adjusted based on the selected background color. This helps keep the button text readable and visually consistent with your design.

If you prefer to use a specific text color instead, you can override it with this CSS:

@external {
 .eapp-events-calendar-button-link {
   color: black!important;
 }
}