• Resolved robx1971

    (@robx1971)


    I would like to remove the month separator in the event list. I’ve created a tribe-events.css file in the correct location but nothing works. I tried the following:

    .tribe-events .tribe-events-calendar-list__month-separator {
    display: none !important;
    }

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

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

    (@abzlevelup)

    Hi @robx1971,

    The CSS does work, here’s a screen recording: https://share.getcloudapp.com/Bluz1mRe

    Could you try inserting the custom CSS to Appearances → Customize → Additional CSS.

    .tribe-events .tribe-events-calendar-list__month-separator {
      display: none !important;
    }

    Let me know if that does the trick for you.

    Best,
    Abz

    Plugin Support Darian

    (@d0153)

    Hi @robx1971

    It seems like this thread has been quiet for a bit, so we’ll go ahead and mark it as resolved. However, if any further questions or concerns come up, please don’t hesitate to start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove month separator’ is closed to new replies.