Support

Home Forums Event Espresso Premium Reg page time & date on single line?

Reg page time & date on single line?

Posted: March 25, 2013 at 12:51 pm


rmattis

March 25, 2013 at 12:51 pm

On the registration display page, is there a way to have date and time on a single line? For example this:

Date: March 27, 2013, 5:30 pm to 8:00 pm

Instead of this:

Date: March 27, 2013
Start Time:5:30 pm
End Time: 8:00 pm

Thanks.


Josh

  • Support Staff

March 26, 2013 at 10:06 am

Hi there,

One way to do this would apply some custom CSS like this:

.span_event_time_label,
.event_time br {
     display:none;
}

.span_event_time_value:nth-child(2):after {
     content: "\0000a0to\0000a0";
}

.start_date,
.event_time {
     display:inline;
}

This will hide the labels and the break from view, add the word “to” between the times, and force the start_date and event_time paragraphs to display inline.

You can add the custom CSS to your theme’s custom stylesheet, by using the my custom CSS plugin</a, or the edit CSS feature if you have Jetpack installed.

The support post ‘Reg page time & date on single line?’ 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