Support

Home Forums Event Espresso Premium EE4 Large image on event page

EE4 Large image on event page

Posted: March 1, 2017 at 10:44 pm

Viewing 4 reply threads


Elizabeth

March 1, 2017 at 10:44 pm

The original ticket is not allowing new messages so I had to create a new one.

You said to hide the large image on the event page, I should use the following…it worked on most site but still shows below:

To hide the image on that page with CSS you would use:
.espresso_event_type-single-event .et_post_meta_wrapper img {
display: none;
}

SAMPLE: https://www.masterpiecemixersgv.com/events/manic-monday/

Not sure why it wont hide.


Tony

  • Support Staff

March 2, 2017 at 4:02 am

Hi there,

The classes added to the page depend on your theme, small differences in the theme can make a big difference to classes you use to select elements.

On the site you liked to there is no .espresso_event_type-single-event class.

So you can use:

.single-espresso_events .type-espresso_events .et_post_meta_wrapper img {
    display: none;
}

That will hide the img on that site.


Elizabeth

March 2, 2017 at 7:19 am

That’s weird because all of the other sites are set up identical: https://www.masterpiecemixersormond.com/events/beach-girl/

Same theme, same custom CSS….

Thanks


Lorenzo Orlando Caum

  • Support Staff

March 2, 2017 at 10:38 am

Hi Dorian,

The sites may be using a similar setup but keep in mind that you can change theme settings for each site which would explain the difference that you are seeing.

Where there any other questions that we could help you with?


Lorenzo


Elizabeth

March 2, 2017 at 10:40 am

Thats all thanks!!

They are they exact same theme and settings. 🙂 . Weird

Viewing 4 reply threads

The support post ‘EE4 Large image on 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