Hide Read More and display full description in the event popup

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

.global-styles, .eapp-events-calendar-read-more-button {
display: none;
}
.global-styles, .eapp-events-calendar-read-more-content {
max-height: none !important;
}
.global-styles, .eapp-events-calendar-read-more-content:after {
display: none !important;
}

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