Hi,
Theme is Iced Mocha.
We’d like to hide the “event-date-p” (code below) shown when using a featured image on an event. Is there a toggle to control this or can you advise on the required template edit?
<header class=”event-header”>
<h1 class=”entry-title” id=”event-details-h1-14427″> Puppy Love Canvas Painting!
</h1>
<p id=”event-date-p”>
2017-02-11T12:00:00-07:00 12:00 pm </p>
</header>
Try this CSS for changing the styling so the date does not appear under the image:
.event-header p#event-date-p { display: none; }
You can then go back to your site and refresh the page to see the new changes.
—
Lorenzo
Viewing 1 reply thread
The support post ‘Hide portions of event header’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.