Support

Home Forums Event Espresso Premium Remove featured image

Remove featured image

Posted: September 10, 2018 at 1:19 pm

Viewing 2 reply threads


websuited

September 10, 2018 at 1:19 pm

Trying to remove the featured image on the events detail page but still show it in calendar view.
I tried this code I found in another post but doesn’t seem to be working.
.espresso_event_type-single-event .post-thumbnail {
display: none;
}


Josh

  • Support Staff

September 10, 2018 at 1:36 pm

Hi,

The code that displays the featured image is something the active WordPress theme controls. So if your theme has a setting to toggle the display of featured images within a single post, you could use that setting. Otherwise you could resort to using theme-specific CSS, like the following that would work for the Divi theme:

.single-espresso_events .et_post_meta_wrapper img {
display: none;
}


websuited

September 10, 2018 at 1:48 pm

Thanks!

Viewing 2 reply threads

The support post ‘Remove featured image’ 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