I am using MEC I need to remove the featured image from events page that is displayed.
I add a featured image which is needed to go with event but when it shows up on the main event page it is over sized and fill the screen.
I am using MEC I need to remove the featured image from events page that is displayed.
I add a featured image which is needed to go with event but when it shows up on the main event page it is over sized and fill the screen.
Hi There,
Thanks for writing in! Try adding the following CSS rule into your Theme Options > Global CSS area.
.single-mec-events .mec-events-event-image {
display: none;
}
Hope that helps.
Many thanks, problem solved
You are most welcome. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.