Change button height and text font

Add this code to the Custom CSS field on the Appearance tab of your Event Calendar widget’s settings:

.eapp-events-calendar-button-element-component .eapp-events-calendar-button-link {
height: 50px !important;
font-family: Arial;
font-size: 20px;
font-weight: bold;
}

Guys, if this code was helpful, please drop us a line in the comments :slightly_smiling_face:

another great piece of code! I just needed the button font size changed, but this is all useful!

2 Likes

Awesome! Thank you so much for your feedback :heart: