Support

Home Forums Event Espresso Premium featured image, post title – event page

featured image, post title – event page

Posted: November 14, 2017 at 11:47 am

Viewing 5 reply threads


hepar

November 14, 2017 at 11:47 am

Hello,

at the single event pages the featured image and the post-title are displayed at the top of the theme. I can not get them away. Is there any CSS-Code to to avoid the display?

Many thanks for your help


Josh

  • Support Staff

November 14, 2017 at 2:19 pm

Hi there,

Those parts of the page are controlled by your WordPress theme. Ideally there should be a setting to show/not show the featured image, but in any case those elements can be hidden with CSS. The exact CSS to use will be unique to your WordPress theme. If you can post a link to the page in question we can check the page and let you know how to target those elements with CSS.


hepar

November 15, 2017 at 12:29 am

Hi Josh,

thank you for the fast answer. Unfortunately, these settings are only available for the pages and posts, not for EventEspresso. “We do not support 3rd party plugins,” so the support of the theme.

Here is the link to an event page:
http://foto-kunst-kultur.de/veranstaltungen/der-grosse-lightroom-kurs/

The image and the title should be hidden on all event pages.

Many thanks for your help!


Tony

  • Support Staff

November 15, 2017 at 1:50 am

thank you for the fast answer. Unfortunately, these settings are only available for the pages and posts, not for EventEspresso. “We do not support 3rd party plugins,” so the support of the theme.

The EE events are custom post types and so are basically posts, meaning your theme should support them.

This CSS should hide those elements for you:

.single-espresso_events .awr .entry-title, 
.single-espresso_events .awr > img {
    display: none;
}

You can add that to Appearance -> Customize -> Additional CSS

Please refer to this guide for more detailed information about the CSS customizer: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress


hepar

November 15, 2017 at 2:00 am

Hi Tony,
you are great! It works fine. Many thanks!!
Unfortunately the theme doesn’t work with EE. It would make things easier.
Have a nice day.


Tony

  • Support Staff

November 15, 2017 at 2:59 am

You’re most welcome and the same to you 🙂

Viewing 5 reply threads

The support post ‘featured image, post title – event page’ 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.

Event Espresso