Hi,
I use the plugin EVENT MANAGER with the ENFOLD theme.
In the single event page, I have the featured image.
I would like to not display the featured image in the single event page.
The event manager support think this option is a « them-specific option ».
https://wordpress.org/support/topic/remove-featured-image-from-the-single-event-page?replies=6#post-7463373
is it possible to do it ?
Thanks
Hey ppi37,
Please try the following in Quick CSS under Enfold–>General Styling:
.single-event .page-thumb {
display:none !important;
}
Best regards,
Rikard
Hi Rikard,
Perfect !
Thanks