Editing event button styles

There is no way to control button height, font size, etc. We’ve edited it via CSS code:

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

Yet having such settings in the editor would be convenient. Thanks!

1 Like