• Resolved ovoigt

    (@ovoigt)


    Hello,

    Is it possible to not display the month labels in list view? I’d like to have a list of events only really.

    Many thanks for the help.

    Best
    Oliver

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author room34

    (@room34)

    The best way to handle this would probably be to just hide it with CSS, either in your theme or in Appearance > Customize > Additional CSS.

    .ics-calendar-list-wrapper > .ics-calendar-label { display: none; }

    Thread Starter ovoigt

    (@ovoigt)

    Many thanks for your support!

    Thread Starter ovoigt

    (@ovoigt)

    That worked!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not display month label in list view?’ is closed to new replies.