• Resolved Rcc42

    (@rcc42)


    The theme I am using seems to have some very tiny font sizes as defaults, and it looks like the simple calendar wants to use one of these tiny default fonts as can be seen in the pic below:

    View post on imgur.com

    My question:

    Where would I make an edit in either my theme’s stylesheet or in the plugin in order to increase the size of the font used for the calendar? Or… is there a different, easier way to reach the same goal?

    https://ww.wp.xz.cn/plugins/google-calendar-events/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am having the same issue, a very small font is defaulted on my calendar.

    Plugin Contributor Nick Young

    (@nickyoung87)

    You can add to your theme stylesheet this:

    .simcal-event-title { font-size: 16px; }

    You can change the 16 to the size you need, but this should work. If it does not work right away then your theme might be more specific and you may need to try adding a !important after the size.

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

The topic ‘Adjusting default calendar styles?’ is closed to new replies.