Support

Home Forums Event Espresso Premium Edit the 'More information' page

Edit the 'More information' page

Posted: May 19, 2021 at 8:48 am


Rob van Lidth de Jeude

May 19, 2021 at 8:48 am

Hi Tony,
A sheduled event shows in the calender and I click on ‘More information’ –> above the date (of the course) I get the first few lines (in bold) of my discription that follows underneath the date and time of the course. Can that be left out or edited so that I only get the information underneath course date and time. Kind regards, Rob


Tony

  • Support Staff

May 19, 2021 at 9:14 am

Hi there,

Do you mean the event title shown at the top of the page? If so you can use some CSS to hide it, something like:

.single-espresso_events .entry-title {
    display:none;
}

Add that to Appearance -> Customize -> Additional CSS.

If not can you post a screenshot of the section you mean, please?

https://eventespresso.com/wiki/troubleshooting-checklist/#screenshots


Rob van Lidth de Jeude

May 25, 2021 at 6:39 am

This reply has been marked as private.


Rob van Lidth de Jeude

May 25, 2021 at 6:39 am

This reply has been marked as private.


Tony

  • Support Staff

May 25, 2021 at 4:56 pm

Oh, I see, that’s the DateTime name.

Something like this should hide it:

.ee-event-datetimes-li>strong {
    display: none;
}

The support post ‘Edit the 'More information' page’ 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