• Resolved trin1871

    (@trin1871)


    I just installed The Event Calendar Pro, but do not get direct support from them with the nonprofit package, so asking here.

    Am trying to remove the icon for events in a series in the ‘Month’ view (see screenshot) because it takes up valuable space – a whole extra line. We have a lot of folks who change their browser minimum font size to 14px or more, so making the font smaller doesn’t help.

    I don’t care whether this icon shows up in ‘List’ or other views, so if it’s a global change, that’s fine.

    I read through the Knowledgebase, but can’t decipher the answer from it.

    I’m a retired web developer who used to manually code websites without WordPress or other platforms, so I’m comfortable editing CSS, HTML, and even a line or two of PHP. I just need to know what the code would be to add to the CSS.

    WordPress is up-to-date. Weaver Xtreme theme. What else do you need to know to answer this question?

    Any help would be gratefully appreciated. Thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Abz

    (@abzlevelup)

    Hi @trin1871, thanks for providing more information here on what you’re trying to accomplish. Firstly, regardless it is a non-profit license you should be able to create a ticket on our helpdesk since you have an active license. This is for us to follow WordPress Forum Guidelines regarding premium plugins.

    Also, let me help you and share a CSS with you here, which you can insert to Appearances → Customize → Additional CSS:

    .tribe-events .tribe-events-series-archive__icon {
        display: none !important;
    }

    If you’d like to remove it on month view only:

    .tribe-events .tribe-events-calendar-month .tribe-events-series-archive__icon {
        display: none !important;
    }

    Please let me know how it goes, and please do create a ticket on our helpdesk for other topics moving forward.

    Have an awesome day!

    Best,
    Abz

    Thread Starter trin1871

    (@trin1871)

    Abz, That worked like a dream – thank you so much! I love it when fixes are painless ??

    Thanks for letting me know to submit a ticket in future. I misunderstood the guidelines for your nonprofit deal. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove icon for events in a series’ is closed to new replies.