Make Read More button text in popup bold

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

.global-styles,
.eapp-events-calendar-popup-item-readMoreButton {
font-weight: bold;
}
1 Like