• Resolved mikeair

    (@raineair)


    Love the spiffy calendar but with my theme it won’t display font in anything but a theme default (which is kind of a dull grey)

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

    (@spiffyplugins)

    You can add some custom CSS rules to change the color. Without knowing your theme it is difficult to advise specifically. Everything the calendar displays is behind a class that you can target to change the color.

    Thread Starter mikeair

    (@raineair)

    tesseract theme. Text too feint, hard to see. Bold that still retains the category colors and font rather than reverting to the default theme would be great.

    https://sheridanprobus.ca/calendar-draft-spf/

    Plugin Author Spiffy Plugins

    (@spiffyplugins)

    To make all text in the calendar bold is simple:

    .spiffy {
    font-weight: bold;
    }

    Thread Starter mikeair

    (@raineair)

    Works great with full width page template in use. When R sidebar used with it’s content also displayed, then calendar and “upcoming events” text reverts to dark gray, not bold and no colors for categories. ?Thanks

    Plugin Author Spiffy Plugins

    (@spiffyplugins)

    Try this:

    .sidebar-right article .spiffy span {
    color: unset;
    }

    Thread Starter mikeair

    (@raineair)

    thx

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

The topic ‘Font displays as default theme font only’ is closed to new replies.