Only show full event in popup and remove "Show More" fadeout

I need the event popup to show the entire event, without fade-out. How can I do that please?
Thanks

1 Like

Hello @deb8able and welcome aboard the aircraft called Elfsight Community :airplane:. Please fasten your seat belts :seat: because you are going to be stormed by our friendliness and incredible support :heart_hands:.

I am happy to provide you with a CSS code to hide Show More button:

.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;
}

Please add this code to the Custom CSS field on the Appearance tab of your widget settings and let me know if it helped:

Thank you, Max…exactly what I needed!

1 Like

Hey @deb8able

I am happy to hear that you are fine!

If anything comes up, please feel free to contact us.

Have a great day :wink: