Support

Home Forums Event Espresso Premium Removing author and publish data from EE events

Removing author and publish data from EE events

Posted: October 9, 2020 at 11:34 am


Sean Baxter

October 9, 2020 at 11:34 am

I’ve researched the topic a few times. Even tried out some of the CSS codes but with no success.

How do we remove the author and published date from the Events page and individual events in EE v4.x?


Sean Baxter

October 9, 2020 at 11:35 am

That should read “Publish Date” not “Publish Data”


Tony

  • Support Staff

October 9, 2020 at 1:47 pm

Hi there,

Event Espresso itself does not output post meta as above, it will be from your theme and each theme wraps the elements in different classes you can use to target with CSS.

I tried to view your site but looks like my region is locked out (I’m in the UK), can you temporarily remove that restriction so I can take a look?


Sean Baxter

October 12, 2020 at 8:28 am

Thanks for responding. I’ve updated my firewall to allow IPs from the UK. Have a look.


Tony

  • Support Staff

October 12, 2020 at 8:37 am

Thank you, you’ll need something like:

article.espresso_events .post-meta {
    display: none;
}

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


Sean Baxter

October 13, 2020 at 7:28 am

That did it! Thank you so much. I couldn’t find this anywhere and it was so simple.


Tony

  • Support Staff

October 13, 2020 at 8:25 am

Yeah, unfortunately, themes can use whatever class names they want (which in some ways is great, in others, not so much).

They are generally similar (and many do indeed use the same classes) but not always and you have to use the exact match.

Anyway, I’m glad the above worked for you. Any further questions just let us know.

The support post ‘Removing author and publish data from EE 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