• Hello.

    First thanks for the awesome plugin.
    I even bought a bonus add-on, but I have a question.

    1. I am curious about the css that change the font size of the header part (month, year, next button).
    2. I created a csv as below, but it is not imported.
      Is there something wrong with my file?

    event_title ,event_begin,event_end
    10:20~14:20,2023-07-07,2023-07-07
    11:00~15:00,2023-07-08,2023-07-08

    thank you

Viewing 1 replies (of 1 total)
  • Plugin Author Spiffy Plugins

    (@spiffyplugins)

    If you don’t use the month jumpbox and have the plain titles, you can target table.calendar-heading-tbl.

    table.calendar-heading-tbl {
        font-size: 40px;
    }

    The arrows depend on the theme in use. For the default theme you could use this:

    a.spiffy-calendar-arrow {
        border-width: 20px !important;
    }

    If you have the months jumpbox, you need to use this:

    .spiffy .calendar-date-switcher select {
        font-size: 20px;
    }

    Since the csv import is a bonus feature, it cannot be supported here. I will respond in your support email.

Viewing 1 replies (of 1 total)
  • The topic ‘change header font size & csv’ is closed to new replies.