Posted: June 21, 2017 at 7:04 am
|
Hi, can I remove the picture for my single event in the Event list? Kind regards |
Hi there, EE hooks into your sites theme and injects the event details, so the featured image is actually being added by your theme. Some themes allow you to set if the feature image displays within the settings, if not the easiest method to removing it is to hide is using some CSS: /* Hide the feature image on the EE event list */ .post-type-archive-espresso_events .w-blog-post-preview { display: none; } /* Remove the margins added by the theme where the feature images would show */ .post-type-archive-espresso_events article.espresso_events .w-blog-post-body { margin-left: 0; } You can add that CSS to you site through Appearance -> Customize -> Additional CSS. |
|
|
the css does not work – it would be for this site with [EVENT_LIST] shortcode http://kerstinmyravoss.marketing-boutique.ch/termine-seminare/ |
|
oh yes and thank you tony for the incredible quick support 🙂 |
The CSS I gave you above targets your default event list as you didn’t specific another above: http://kerstinmyravoss.marketing-boutique.ch/?post_type=espresso_events However it looks like you have some missing as the CSS to hide the image is not included there. You may want to remove the above as it’s not what you are looking for. In regards to this page: http://kerstinmyravoss.marketing-boutique.ch/termine-seminare/ There is no To remove the image from that list you can use: article.espresso_events .ee-event-img-dv { display: none; } If you want to only remove the image when viewing the event list on THAT specific page page: .page-id-243 article.espresso_events .ee-event-img-dv { display: none; } |
|
|
Thank you this works great! |
|
Hi your standard address shortcode [INVOICE_PAYEE_ADDRESS] looks like this: Hochstätt 8c I would need to have it to look like this: Hochstätt 8c Is that possible? |
You’re most welcome. |
|
The support post ‘No picture in Event List’ 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.