Show custom image instead of error text (Sorry, no events right now)

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

.eapp-events-calendar-error-text {
font-size: 0;
}

.eapp-events-calendar-error-text:after {
content: '';
display: block;
background: url("Image_URL") no-repeat center;
height: 277px;
}

Do not forget to replace Image_URL with the URL of your image and adjust the height of the image to your liking :slightly_smiling_face:

1 Like