• Resolved genysignas

    (@genysignas)


    Hi,

    I’ve added:
    .tribe-events-event-image img {
    display: none;
    }

    to my custom CSS. Which removed the header image from the event’s page header but it also removes it from the ‘events list’ widget.

    Is there a way to have the featured image removed on the event’s page and still have the event thumbnails on the event’s list widget on my home page?

    The main problem here is that I don’t like the layout of the header image on the event’s page – which covers the whole screen. I’d like to have it narrowed down. So if you know a way to adjust how the featured image shows at the top of the event page, that might well solve the problem.

    Regards,
    Ignas

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey there @genysignas!

    Thanks for reaching out.

    Give this a shot:

    div.tribe-events-event-image {
    display:none;
    }

    Take care,
    Ed ??

    Thread Starter genysignas

    (@genysignas)

    Nope. That does the same – removes it from both the event page and the homepage with the widget.

    I’m confused…

    Nope. That does the same – removes it from both the event page and the homepage with the widget.

    sorry bud, I must be confused about what you’re looking for?

    Thread Starter genysignas

    (@genysignas)

    Hi Ed,

    I have my events pages listed in my home page using a widget. And I want to have the featured image removed from the event’s page header BUT at the same time have it displayed on my home page events list.

    Hope this makes sense.

    Best regards,
    Ignas

    Sorry about that, I understand now.

    Since that CSS rule is removing the image in both places, unfortunately you’ll have to crack open the template files for The Events Calendar ??

    Our Themer’s Guide can help with that, you’ll want to target single-event.php and manually remove the code for your featured image.

    Hope that helps!

    Hey there! This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help. ??

    Thanks
    Courtney ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Featured Image Issue’ is closed to new replies.