Remove large image from Events page

Home Forums Calendar Products Events Calendar PRO Remove large image from Events page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #216792
    cairnslifestyle
    Participant

    G’day guys,
    On my events page at the top, therre is a large picture that appears to be the most recent upcoming event.
    How do I get rid of this?

    #217495
    Barry
    Member

    Hi!

    That looks like something your theme is putting in place, so ideally you’d modify the appropriate template or otherwise make a change to handle that at theme-level. Since I’m unfamiliar with your theme I can’t help with that, I’m afraid, but perhaps you could put an extra CSS rule in place to hide it?

    article > a > div.entry-thumbnail:first-child { display: none }

    If you only wanted this to take effect on list view you could further refine the above to:

    .events-list article > a > div.entry-thumbnail:first-child { display: none }

    Does that help?

    #217536
    cairnslifestyle
    Participant

    Excellent. That works. Thanks for your help.

    #217563
    cairnslifestyle
    Participant

    Was wondering how you do it for month, week, day and the event itslef.
    The picture does not show on the list anymore which is great but I want to get rid of it entirely.

    #217571
    cairnslifestyle
    Participant

    Sorry, I misread your previos code. All good. 🙂

    #219659
    Barry
    Member

    Awesome – glad it helped 🙂

    I’ll go ahead and close this thread but if we can help with anything else please don’t hesitate to open new threads as needed. Thanks again!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove large image from Events page’ is closed to new replies.