Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Nick Young

    (@nickyoung87)

    You can use CSS to change these kinds of things.

    You will need to add the CSS to your theme’s stylesheet. If you inspect the elements on the page you will see a variety of classes you can use.

    For example, to change the number size on the calendar you could use something like:

    .gce-day-number { font-size: 22px; }

    Hope that helps, thanks!

    Thread Starter ibalbu

    (@ibalbu)

    I can change colour like this, but not day number size as you said…

    Thread Starter ibalbu

    (@ibalbu)

    and what about calendar size?

    Plugin Contributor Nick Young

    (@nickyoung87)

    You will just need to inspect the elements to find the classes you need.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Calendar text color’ is closed to new replies.