Removing Feature Image From Individual Event

Home Forums Calendar Products Events Calendar PRO Removing Feature Image From Individual Event

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1352099
    CCS
    Participant

    Hello. I have Calendar Pro and cannot figure out how to remove the featured image from individual event pages. Please advise. Thank you.

    #1352398
    Geoff B.
    Member

    Good evening Bob and welcome to the Events Calendar Support forum!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    The simplest way to achieve that is with CSS.

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    .single-tribe_events .tribe-events-event-image {
    display: none !important;
    }

    You could also simply modify the single event page template to your liking. You might want to read our Themer’s guide to get a sense of how that works.

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1359155
    Smith
    Participant

    I am using the Avada theme and this CSS will not hide the featured image in a single event. I added the CSS to my Avada child theme css file. Any thoughts?

    Also, when you hover over an event on the calendar in month view – the featured image is displayed and an image file I put in the editor. Any idea how to remove one or both images in the month view event hover?

    #1359343
    Geoff B.
    Member

    Good evening Bob,

    I am sorry to hear the suggested CSS did not do the trick.

    Sometimes the CSS works best when added to yoursite.com/wp-admin/themes.php?page=avada_options

    As a first troubleshooting step, could you please provide us with your complete system information in a private reply using the instructions found in the following link?

    https://theeventscalendar.com/knowledgebase/sharing-sys-info/

    Hang in there!

    Geoff B.

    #1369388
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Removing Feature Image From Individual Event’ is closed to new replies.