Hide Read More and display full description in the event popup

Add this code to the Custom CSS field on the Style 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:

4 Likes

works great!

2 Likes

Thank you!

1 Like

Welcome to the Community, @user8228 :waving_hand:

Glad to know this code helped you! Thanks a heap for the feedback :wink:

Thank you so much! this works amazingly!

2 Likes

That’s awesome to see the code did the trick for you! Many thanks for the feedback, @Margot_Huybrechts :slightly_smiling_face: