I am trying to edit the date and time format on the event card, but can’t seem to figure out the proper PHP string. Here’s what I have now:
may 10 11:00AM – may 10 11:30AM CST
I would like the month to be capitalized, and not repeated, like this:
May 10 11:00AM – 11:30AM CST
Can you tell me how to do this, please?
Apr 18,2017 AT 12:15PM - 1 year ago -Please send us wp-admin access to your site as a private message for us to further assist your situation.
Hi, is it possible you could SHARE HOW you could get the asked result?
Capitalized and month NOT repeated?
You can capitalize it by adding this CSS code to EventON > Styles (If you can’t see any change, EventON > turn off Write styles to header > save settings > turn on Write styles to header):
.evo_metarow_time.evorow.evcal_evdata_row .evcal_evdata_cell p {
text-transform: capitalize;
}
Unfortunately, there is no way to remove the second month. You can try sending us a customization job request by creating a new ticket in here and selecting Customization Request as the category.