• Resolved JeremyIggers

    (@jeremyiggers)


    When I display featured events in my homepage sidebar, both the featured image and the thumbnail appear. Is there an easy way to make the thumbnail disappear from the featured events?
    I don’t think this is a plugin or theme conflict…

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    I am not sure of an easy way, but you can add this CSS to your theme’s style.css file:

    .tribe-events-event-image img.attachment-thumbnail.size-thumbnail.wp-post-image.lazyloaded {
        display: none;
    }

    Thanks,
    Brendan

    Thread Starter JeremyIggers

    (@jeremyiggers)

    Thanks! It worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured events displays featured image AND thumbnail’ is closed to new replies.