• Resolved freshlizard

    (@freshlizard)


    Hi – I am currently building a site uses Events Calendar – on the Month View page it shows the featured image – and is using the site header as the featured image.

    I have seen 50 posts on how to remove the featured image on single event pages, but nothing about how to remove it on the month view. I have scoured the month.php and all the other files in the “views” folders and cannot tell where that is coming from.

    I have tried using “events” as a category and putting in the css to not show a featured image in this category – to no avail.

    Any help would be greatly appreciated!

    • This topic was modified 5 years, 6 months ago by freshlizard.
    • This topic was modified 5 years, 6 months ago by freshlizard. Reason: mistake

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • I am having the same issue. It grabbed a favicon and I’m not using the same colors anymore.

    Hey @freshlizard & @dogwoodweb

    Can you add the following code to your child theme, or in Appearance ? Customize ? Additional CSS?

    .tribe-events-tooltip .tribe-events-event-thumb img {
    display: none;
    }

    Let me know if it works for you.?

    Thanks
    Courtney ???????

    Thread Starter freshlizard

    (@freshlizard)

    Hi – thanks @courane01 for checking this out, but it doesn’t work – again, I am not talking about single events, I am talking about the month view.

    Any other thoughts?

    Hey @freshlizard

    I visited your site and used a CSS inspector tool to find the code on the month view of your calendar.

    .tribe-events-tooltip .tribe-events-event-thumb img {
    display: none !important;
    }

    You could try the more forceful way with the !important in there.

    This should isolate the code to only the pop-ups on month view.

    Thanks
    Courtney ???????

    Thread Starter freshlizard

    (@freshlizard)

    @courane01 – No – that still doesn’t work – take a look at the month view and you will see the image is still there – if you go to the home page, and just click on the calendar button you will see the image is still there. I have tried to isolate it using the inspector in Chrome but have been unable to find it.

    `

    Thread Starter freshlizard

    (@freshlizard)

    Sorry – I tried to put the code in there…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove Featured Image on Events Calendar Month View’ is closed to new replies.