Can I Remove the Image area that is present for an event listing?

Home Forums Calendar Products Events Calendar PRO Can I Remove the Image area that is present for an event listing?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1124303
    Hayley
    Participant

    Hi, I’m not interested in adding a photo with each event. Can I remove that option? Currently it seems that if I don’t add an image, then it leaves an empty space where an image should be present. Doesn’t look very good. See attachment.

    Thanks,
    Hayley

    #1124479
    Geoff
    Member

    Hi Haley,

    Thanks for reaching out!

    Ah, yeah, it looks like your theme might be styled in such a way that the image space will remain intact even if there is no image to display — that’s no good!

    Do you happen to have a link to where I can see the issue? No guarantees, but I may be able to dig in and provide a little snippet to hide that area if I can view the page.

    Thanks!
    Geoff

    P.S. I moved this thread from our Pre-Sales to our Events Calendar PRO forum. Same URL to get here, but you may need to log into your account in order to reply. 🙂

    #1124852
    Hayley
    Participant

    Sure I’ll send you some site credentials in my next reply. Thanks!

    #1124853
    Hayley
    Participant

    This reply is private.

    #1125110
    Geoff
    Member

    Thanks so much!

    This seemed to do the trick when I tested it out (screenshot). You can add this to your theme (or child theme) style.css file, or by using the Simple Custom CSS plugin:

    #tribe-events-content.tribe-events-single .tribe-events-schedule.updated {
    margin-left: 0;
    }
    
    .single-tribe_events h2.tribe-events-single-event-title {
    margin: 0;
    }

    I really hope that works for you as well but, if not, it may need to be tweaked a bit and perhaps the theme author will be able to shed some more light there. Let me know if it works!

    Cheers,
    Geoff

    #1131902
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Can I Remove the Image area that is present for an event listing?’ is closed to new replies.