Support

Home Forums Event Espresso Premium Feature image

Feature image

Posted: September 3, 2016 at 4:46 am

Viewing 4 reply threads


Richard Clarke

September 3, 2016 at 4:46 am

Good day EE Team:
I was wondering if you guys can help me with a couple of issues.

1) Feature image seems to be enlarge on the default “events” CPT page. How can I control the image size

2) How can I get rid of the Author and post date info on the events page?

Site: http://www.jamaicaeticket.com

Thanks,
Richard


Richard Clarke

September 3, 2016 at 5:09 am

**Update: So I have managed to fix question (2) myself, so please ignore.


Tony

  • Support Staff

September 5, 2016 at 2:42 am

Hi Richard,

1) Feature image seems to be enlarge on the default “events” CPT page. How can I control the image size

The feature image is controlled by your theme, currently you have an image that is 250px by 250px as your feature image. Its being set to min-width: 100% by your theme – http://take.ms/QtJiw

If I disable that rule you’ll see this – http://take.ms/CUs4d

The green bar is again being added by your theme.

To prevent the image from being stretched you can use:

.espresso_events .entry-thumb img {
    min-width: auto;
}

(Or upload a full size image rather than thumbnail and then reduce the size when needed, it depends what you need)

To remove the green background from the .entry-thumb container you can use:

.espresso_events .entry-thumb {
    background: none;
}

We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these.


Richard Clarke

September 5, 2016 at 3:24 am

Hi Tony,
Thanks for helping out despite my issue being theme related than EE4. Much respect and problem resolved.

Rich C


Tony

  • Support Staff

September 5, 2016 at 3:46 am

You’re most welcome 🙂

Any further problems just let us know.

Viewing 4 reply threads

The support post ‘Feature image’ 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