Support

Home Forums Events Calendar Add-on EE4 Events Calendar – How to Customize output of Events Time?

EE4 Events Calendar – How to Customize output of Events Time?

Posted: December 7, 2016 at 2:42 pm


modernearth

December 7, 2016 at 2:42 pm

Hi!

Is there any way to customize the output of Events Time when you hover an event in the calendar?

I need to add a br tag so that everything is not in one line

i.e. “Event Time: 3:30 am – 11:15 am”

but instead

Event Time:
3:30 am – 11:15 am

Thanks in advance!


Josh

  • Support Staff

December 7, 2016 at 3:22 pm

Hi there,

You can add the following CSS to your custom stylesheet of the Customizer’s Additional CSS editor to achieve this:

.time_cal_qtip .event-start-time:before {
 content:"\a ";
 white-space:pre;
}


modernearth

December 7, 2016 at 6:04 pm

I totally forgot about possibly doing that solution! Thanks Josh!

The support post ‘EE4 Events Calendar – How to Customize output of Events Time?’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso