Font size in Calendar popup event text

Font size in Calendar popup event text

by Ben Ng -
Number of replies: 4
Currently, I find the event text in the calendar popup too small to be of any use. Does anybody know where in the style css files to edit to make the font appear bigger?
Average of ratings: -
In reply to Ben Ng

Re: Font size in Calendar popup event text

by A.G. Pate -
Open the styles_fonts.css in whatever theme folder you are using.

If you are concerned with the side calendar's numbers being too small, you can go down to line 270 (#calendar .sidecalendar .filters)

The other calendar information is just below it too.

Hope this is helpful.
In reply to A.G. Pate

Re: Font size in Calendar popup event text

by Ben Ng -

Thanks for your help. But can you point me to the exact line where the appropriate changes have to be made? I tried editing several locations but it seems that the event text in the mouse-over popup remains very small.

In reply to Ben Ng

Re: Font size in Calendar popup event text

by John Papaioannou -
You probably need to add something to your theme.

In the styles_fonts.css file add the lines:

.cal_popup_fg {
  font-size: 1.2em;
}

(somewhere near line 275 would be good, for locality with the other calendar font styles).

Experiment with the 1.2 number to get the size you want.

However, are you getting the small text problem with an unmodified 1.5 stock theme or are you using a customized theme? This shouldn't be happening with the standard themes.

Jon
In reply to John Papaioannou

Re: Font size in Calendar popup event text

by Ben Ng -
Thanks for your help! It's great to have you here. You're right. I'm using a customized theme (Clouds v2 big grin).