Reply to: Event over – past events

You can add some simple CSS to achieve the same result as the Red EVENT OVER text.

 

Add this to your theme styles:, YOU STILL NEED TO MARK THE EVENT AS COMPLETE MANUALLY, but this will do it for you.

 

.eventon_events_list .eventon_list_event .evcal_list_a.completed-event .evcal_event_title {
text-decoration: none;
}

.evcal_list_a.completed-event:before {
content: ‘EVENT OVER’;
display: inline-block;
color: #fff;
background-color: #F79191;
border-radius: 5px;
padding: 3px 9px;
margin-bottom: 4px;
text-transform: uppercase;
font-size: 12px;
margin-left: 85px;
}