Viewing 1 replies (of 1 total)
  • Here is some css that will change the calendar month headers:

    #wpfc-calendar th.ui-widget-header {
      font-size: 1.5em !important;
    }

    The problem is that since much of the style is on the element itself, and positioning is absolute, changing the font size breaks the layout.

    So my question is: How to change font sizes and font family without breaking the layout?

Viewing 1 replies (of 1 total)
  • The topic ‘Increase font size for month’ is closed to new replies.