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?
You will just need to inspect the elements to find the classes you need.