Support

Home Forums Event Espresso Premium Hiding about author info from events in EE

Hiding about author info from events in EE

Posted: December 17, 2014 at 8:22 am


Joseph Guarino

December 17, 2014 at 8:22 am

Hello,

I’m on WP 4.0.1 and EE 4.4.6P (newest everything) and I am using Synapse theme from SimpleThemes. https://www.simplethemes.com/wordpress-themes/theme/synapse

It has the ability to add or append the author information to any post which is quite handy on blog posts. Unfortunatley, it is also doing so on my events. Is there a way to hide this on events?

Thanks,
Joseph


Jonathan Wilson

December 17, 2014 at 12:25 pm

Hi Joseph,

This may be something we can do with CSS. Can you share a link to your events page so we can take a look?


Joseph Guarino

December 18, 2014 at 12:39 pm

Hello,

For example:

https://www.instituteofpublicspeaking.com/events/december-2014-manchester-nh-one-day-public-speaking-bootcamp/


Lorenzo Orlando Caum

  • Support Staff

December 18, 2014 at 1:05 pm

Hi,

You can inspect any element on a page using a free tool like Chrome Developer Tools (available with Google Chrome) or Firebug (available as a web browser extension).

This will show you the CSS that is handling the styling including the file and line number. Then you can add new styling to your child theme’s stylesheet or through a plugin like Reaktiv CSS builder or My Custom CSS.

Try this CSS:

.single-espresso_events #author-info {
  display:none;
}

Then force refresh to see the changes:

http://en.support.wordpress.com/browser-issues/#force-refresh

Also see this tutorial:

https://eventespresso.com/wiki/hide-certain-elements-event-espresso-pages-using-css/


Lorenzo

The support post ‘Hiding about author info from events in EE’ 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