Support

Home Forums Event Espresso Premium Featured Image on Category List of Events

Featured Image on Category List of Events

Posted: May 8, 2018 at 9:51 am


globaldisciples

May 8, 2018 at 9:51 am

I want to target the featured image with CSS and changes its size as my template is full sizing the image.

.ee-event-image {
max-width: 50%!important;
height: auto;
}

Thoughts? This code doesn’t work.

https://globaldisciples.org/upcoming-events/


Tony

  • Support Staff

May 8, 2018 at 11:05 am

Hi there,

The selector you need is .ee-event-img, so try:

.ee-event-img {
    max-width: 50%!important;
    height: auto;
}

The support post ‘Featured Image on Category List of Events’ 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