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;
}
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:
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.
Support forum for Event Espresso 3 and Event Espresso 4.