Featured Image removed but unwanted text remaining

Home Forums Calendar Products Events Calendar PRO Featured Image removed but unwanted text remaining

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1357679
    William Campbell
    Participant

    Hi,
    I have hidden the featured image on single event pages as per this article:

    Hide featured image on single event pages

    This works fine for the image, however, now unwanted text from the featured image remains on the page (event date, time, price). Can someone please help!

    #1358118
    Geoff B.
    Member

    Good evening William and welcome back!

    Thank you for reaching out to us.

    We are sorry to hear about the leftover undesired text creeping up on your single event view. Yikes!

    I would love to help you with this topic.

    It looks like you are using Avada.
    This theme already contains some the Events Calendar customizations (as you have probably already found out).

    For that reason, it is recommend to perform any changes (such as removing the featured image) in a Child theme. This way, you will not loose your changes every time there is a plugin update.

    This also means that the approach suggested here: https://theeventscalendar.com/support/forums/topic/hide-featured-image-on-single-event-pages/ might not be the best one for Avada.

    If I understand correctly, I believe some CSS would suffice.

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

    .single-tribe_events .fusion-events-featured-image {
    display: none !important;
    }

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1358779
    William Campbell
    Participant

    Hi Geoff,

    Thank you very much for your help. I note your sound advice on using child themes.
    The CSS worked liked a charm. The image and the text are now hidden.. great job!

    best wishes,
    William

    #1359129
    Geoff B.
    Member

    Good afternoon William,

    I am super stoked that this worked out for you.

    You are welcome back in our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Featured Image removed but unwanted text remaining’ is closed to new replies.