Support

Home Forums Event Espresso Premium How to properly hide event post details?

How to properly hide event post details?

Posted: August 22, 2014 at 3:10 pm


Everett Alexander

August 22, 2014 at 3:10 pm

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:

.single-espresso_events .entry-meta {display:none;}

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


Lorenzo Orlando Caum

  • Support Staff

August 22, 2014 at 3:26 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.

Those examples in the tutorial are for the default WP themes but it should give you an idea of how it works.

Try this CSS:

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

Then force refresh to see the changes:

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


Lorenzo


Everett Alexander

August 22, 2014 at 4:14 pm

Thanks for the quick response. I’m not sure if you read my post, because I tried exactly that and it didn’t work, hence my posting the question here…

Am I placing it in the right area?


Lorenzo Orlando Caum

  • Support Staff

August 22, 2014 at 7:47 pm

I read every support post that I reply to.

.single-espresso_events .entry-meta {display:none;}

…is different than:

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


Lorenzo


Christina Greenway

August 24, 2014 at 12:26 am

Here’s a couple of quick fixes I did, right in ‘Edit CSS’ under Appearance tab:

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

.single-espresso_events .skepost-meta.clearfix {
display: none;
}

.bread-title {
margin-bottom: 25px;
}

.display-tckt-slctr-tkt-details {
display: none;
}

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.

Event Espresso