Change title font

Add the code below to Custom CSS field on the Appearance tab of your Event Calendar widget’s settings:

.eapp-events-calendar-events-calendar-title { font-family: Calibri; }

You may also set any other font, providing it is supported by your browser and added to your website.

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face:

1 Like

I think you should also mention the case where users want to use custom font.
Perhaps we can suggest that they should declare @font-face in that case

@font-face {
font-family: Calibri;
src: url(upload Calibri font file to your site & paste font file url here);
}
.eapp-events-calendar-events-calendar-title { font-family: Calibri !important; }
2 Likes

That’s a great comment, Tuan, thanks a lot!

It’s true that @font-face could be a nice solution, but I’m afraid not all our widgets support it so far. So we’ll have to check the code prior to publishing it :slight_smile: