Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User

    (@anonymized-1391468)

    Your theme or some plugin is adding breaks and paragraphs to the date switcher. You could try adding something like this to your CSS:

    .calendar-date-switcher br { display: none; }
    .calendar-date-switcher p { display: inline; }
    Thread Starter elames

    (@elames)

    thank you that worked! Appreciate your time and assistance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing header of the monthly calendar’ is closed to new replies.