Can I hide the featured image on the home page widget?

Home Forums Calendar Products Event Aggregator Can I hide the featured image on the home page widget?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1098098
    David
    Participant

    I want to display upcoming events on my homepage using the fusion builder element. However, it wants to display a featured image for each event. I don’t have the time to edit each and every event (hence the reason why I invested in the iCal importer) to add photos… How can I hide this on my homepage? Or do you recommend another way to display just the text of upcoming events on my homepage? Thank you.

    Screenshot: https://www.dropbox.com/s/yqkui20yi7v2b6k/Screen%20Shot%202016-04-04%20at%206.45.32%20PM.png?dl=0

    #1098345
    Geoff
    Member

    Hi David,

    Good question! It looks like that widget is custom to the theme you’re using but, if you have a link you can share to the homepage, I might be able to give you some CSS to help hide the image.

    Thanks!
    Geoff

    #1098350
    David
    Participant

    Thank you! I’m sorry, do you need my login info or just a link to my website? It has an “under construction” splash page right now if you don’t have the login info:

    http://visitpbc.com

    #1098496
    Geoff
    Member

    This reply is private.

    #1098506
    David
    Participant

    This reply is private.

    #1098510
    Geoff
    Member

    Awesome, thanks! Try adding this to your style.css file or using the Simple Custom CSS plugin:

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

    Will that work for you? Please let me know. 🙂

    Geoff

    #1098517
    David
    Participant

    This reply is private.

    #1098551
    Geoff
    Member

    Awesome, so glad to hear that did the trick!

    I’m honestly not sure why the event times would display like that — it could very well be the way the theme has crafted that custom widget and it should be saying “All Day Event” instead of displaying the full date range. That would be a good thing to ask the theme developer about directly since they will likely have a better understanding of the code being used there.

    In either case, I do see Brian is helping you in the other thread and he would be the one I’d recommend to help if there is anything we can do on our end to sort that out. I’ll reach out to him so he knows you and I have chatted, but I’ll let him reply directly in that thread so I don’t inadvertently give you conflicting advice.

    Cheers!
    Geoff

    #1098552
    David
    Participant

    Thank you! Well it also displays at 12:00-12:00 for each event on The Events Calendar, so it’s not the theme. Thank you so much for your help!

    #1098553
    Geoff
    Member

    My pleasure! I’m confident Brian will be able to pinpoint the issue and get it resolved. 🙂

    Have a great day!

    Geoff

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Can I hide the featured image on the home page widget?’ is closed to new replies.