I’ve read the topic in the knowledge base on how to hide certain elements, and when I use the suggested method, recommended like this below:
——————
Remove any element with a CSS class of entry-meta across the entire site
.entry-meta{display:none}
Remove any element with a CSS class of entry-meta for all single event pages
——————
Nothing happens… I’ve put it in the theme’s CSS, in My Custom CSS plugin and anywhere else I thought it could fit. I thought it may be a typo, so I tried this too:
Wordpress 3.9.2
Event Expresso 4.3.0p
– been running with latest upgrades, but this did not affect this feature
– Here’s an example, removing elements from under Watercolor Class, 6pm. http://socagalleria.com/?espresso_events=watercolor-class-6pm
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.
Those examples in the tutorial are for the default WP themes but it should give you an idea of how it works.
The support post ‘How to properly hide event post details?’ 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.