Archived topic
how to hide featured image in events of The-Events-Calendar (Modern Tribe)
2 replies · Started by Sven on February 18, 2016
Hi Tom,
I have added a certain featured image to a special event category: http://www.fudiggl.de/event/16-3-2016-probe/
Do you happen to know a fast and easy way to hide featured images in single events of The-Events-Calendar?
Sven
Hi,
after hours I finally found a solution: it's not done with CSS, but I had to change the template for single events...
helpful links:
useful post in the wordpress forum
the events calendar themer's guide
Sven
Sorry I didn't get back to you sooner.
This should be possible with CSS as well:
.single-tribe_events .page-header-image-single {
display: none;
}
