I asked before and got this code
.eventon_filter .eventon_filter_selection p{text-transform:capitalize;}
but it didnt work.
Please can you help
Regards
Tony
This is what worked for me:
.evcal_desc2, .evcal_event_title {
text-transform:capitalize!important;
}
Michael