I have added a flatpickr for a date question however the font of the months etc. is Times new Roman which doesn't match the rest of my survey. How can I change the font to match my survey?
Page 1 / 1
Hi cturtle,
You can add a CSS rule in Look & Feel -> Style -> Custom CSS:
.flatpickr-calendar {
font-family: Arial; /*change to whatever font you want
}
Bonus: if you want more font options, you can use something like Google Fonts to add additional fonts into the header of your survey :)
Very helpful, bgooldfed! Thank you!
Is it also possible to change the font size?
Thanks,
PA
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.