Remove all Images

Home Forums Ticket Products Event Tickets Plus Remove all Images

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1234219
    Bill
    Participant

    Hello,

    We have Events Tickets Plus. We do not want to use images at all. You can see in the screenshots that there are empty gray boxes where the images would display. Is there custom CSS to remove this?

    Thanks,
    Kelsey

    #1234550
    Geoff
    Member

    Hi Bill,

    Thanks for getting in touch!

    The Events Calendar, by default, will not display either an image or an image placeholder if any image is not entered for an event. In other words, it looks like the theme you are using is adding those gray placeholders in there.

    If you send me a link to where I can see those placeholders, I’d be happy to try providing some CSS to help hide them. At the same time, I would also recommend reaching out to the theme author for help removing them altogether since those areas still technically load with CSS, even if they are hidden, and the theme author will be able to help make that change.

    Thanks!
    Geoff

    #1240156
    Bill
    Participant
    #1240426
    Geoff
    Member

    Hey Bill,

    Thanks for the link!

    Try adding this to either your style.css file or the Appearance > Customize > Additional CSS screen:

    .fusion-events-shortcode .fusion-full-one .tribe-events-event-image {
    display: none;
    }

    That seems to do the trick when I test it out on your site and here’s a screenshot for one of the places I tested. Hopefully this does the trick for you while you work with the theme author for a more permanent solution. 🙂

    Cheers!
    Geoff

    #1242386
    Bill
    Participant

    Great, thank you!

    #1242438
    Geoff
    Member

    My pleasure! Thanks for following up to let me know this helped. 🙂

    I’ll go ahead and close this thread but let us know if any other questions come up and we’d be happy to help.

    Cheers!
    Geoff

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove all Images’ is closed to new replies.