Support

Home Forums Event Espresso Premium EE4 Hide Author Update Details For Events

EE4 Hide Author Update Details For Events

Posted: December 23, 2016 at 2:08 pm

Viewing 2 reply threads


Dave Renshaw

December 23, 2016 at 2:08 pm

I saw a good number of CSS fixes for this including:
.espresso_events .post-meta {display: none;}

I put the code into the site custom CSS window and saved it – reloaded page several times – also cleared browser cache and reloaded… but no joy removing the author details.

Here’s a link to the event grid to select an event from.
http://shiptic.com/?page_id=1540


Josh

  • Support Staff

December 23, 2016 at 3:15 pm

Hi Dave,

One thing to keep in mind is every theme can have vastly different html markup for these things. So the for-sure way to find out what will work for your particular theme will be to use a tool like Firebug.

The following CSS will hide the author details and publish date for your site’s events:

.espresso_events .post-info {
 display: none;
}

or this to hide the author name only:

.espresso_events .post-item .post-info .post-info-author {
 display:none;
}


Dave Renshaw

December 23, 2016 at 3:28 pm

That did it!

Thanks for the tip about Firebug too.

Viewing 2 reply threads

The support post ‘EE4 Hide Author Update Details For Events’ 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