Change Button and description font size

Welcome to the Community, @Taylor_McAdams :waving_hand:

We agree that it would be amazing to have these options right in the settings. These requests are already on the Wishlist and you can upvote them here:

In the meantime, you can adjust the size of the description and the buttons using the codes below in the Custom CSS field on the Style tab of your widget’s settings:

Description

/* Event Card */
.eapp-events-calendar-description-component {
  font-size: 16px;
}


/* Popup */
.global-styles,
.eapp-events-calendar-popup-item-description {
  font-size: 20px;
}

Button

.eapp-events-calendar-button-element-component .eapp-events-calendar-button-link {
height: 50px !important;
width: 200px! important;
}