Removing Featured Image from Events Element on page

Home Forums Calendar Products Events Calendar PRO Removing Featured Image from Events Element on page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1198845
    Dawn
    Participant

    I recently purchased the Avada theme from Theme Forest which came with The Events Calendar. I then purchased The Events Calendar Pro so that I could have the additional features. But I can’t figure out how to remove the Featured Image from the Events Element which is a part of the Avada them (using Fusion Builder). See my Home page at temp.collegeaccessfairfax.org.

    Thank you,
    Dawn

    #1199354
    Geoff B.
    Member

    Good afternoon Dawn and welcome to the Events Calendar forum!

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

    The easiest way to go about this would be to add the custom CSS rule to your Custom CSS metabox (in your theme’s options):

    .home .fusion-events-shortcode .tribe-events-event-image {display:none !important}

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1199507
    Dawn
    Participant

    Hi Geoff!

    Thank you for your prompt reply. Sadly, that didn’t seem to work. I tried it in the Custom CSS for the Theme Options as well as within the Events element under both the CSS Class and the CSS ID (not sure what these do but I guess not this).

    Any other ideas for me?

    Thanks!
    Dawn

    #1199522
    Mathew
    Participant

    Dawn,

    Give this a try.


    .fusion-events-shortcode .fusion-events-thumbnail {
    display: none !important;
    }

    Hope this helps.

    #1199523
    Dawn
    Participant

    Bingo!

    Thank you!

    #1199974
    Geoff B.
    Member

    Hey Dawn,

    First off, thanks to @Mathew for pitching in with an excellent solution!

    I’m stoked that you managed to accomplish what you were looking for with his help.

    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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Removing Featured Image from Events Element on page’ is closed to new replies.