Hide images

Home Forums Calendar Products Events Calendar PRO Hide images

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1567042
    slave2thebean
    Participant

    I have an event list view on my home page and I would like to hide all images from that listing. I have tried following the steps here:

    https://theeventscalendar.com/support/forums/topic/hide-images-in-list-view-only/

    The CSS on that thread doesn’t change anything for me. Can you help?

    Thanks in advance,
    Sarah

    #1567466
    Jeremy
    Keymaster

    Hi Sarah,

    Thanks for reaching out to us! I’d be happy to help you 🙂

    If you want to hide all images from your event list on the home page, then you can try to add the following snippet in Appearance > Customize > Additional CSS:

    .home .tribe-events-list .tribe-events-event-image img {
        display: none;
    }

    I hope this helps.

    Cheers,
    Jeremy

    #1569690
    slave2thebean
    Participant

    That worked well – thanks!

    #1570416
    Jeremy
    Keymaster

    Hi Sarah,

    I’m glad this snippet solved your problem 🙂

    I’m going to close this thread then, but feel free to open a new one if you have further concerns.

    Cheers,
    Jeremy

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide images’ is closed to new replies.