The light gray on lighter gray “load more” button on the list view is barely noticeable. Can you make it more bold or offer the ability to customize it?
1 Like
Hi @Encounter
Add the code below to the Custom CSS field on the Style tab of your Event Calendar widget’s settings:
.eapp-events-calendar-load-more-button-component {
color: #000 !important;
background: #eee !important;
border: 2px solid #000 !important;
font-weight: bold !important;
}
Hi there, @Encounter
Sina suggested a great solution! Please try to use it in your widget and let us know if it helped
1 Like