Comments 2Reza started the conversationSeptember 22, 2020 at 3:41pmHello, where can I change the font weight of the calendar. I want everything to be a little bit bigger. Best regards Timo[deleted] repliedSeptember 23, 2020 at 12:41pmHello Timo, There isn't an option to change the font weight of Amelia, but you can change it with adding custom CSS. Could you please tell me do you want to change the calendar dates font? 1 LikeVal repliedSeptember 26, 2020 at 10:25amHow do this in CSS ? 2Reza repliedSeptember 26, 2020 at 11:42pmI want to change the size of numbers and works. Its a bit tiny for me.[deleted] repliedSeptember 28, 2020 at 1:34pmHello Timo, and Val, Please try adding this CSS for the dates: .c-day-content {font-size: 15px !important;}I provided 15px as an example you can change it to whatever size you want. try this one for the font weight: #am-calendar-picker > div > div.c-day-content-wrapper > div > div {font-weight: bold !important;}Fot the time slots span.el-radio-button__inner { font-size: large !important; font-weight: bold !important;}Let me know if this helped. Sign in to reply ...
Hello,
where can I change the font weight of the calendar. I want everything to be a little bit bigger.
Best regards
Timo
Hello Timo,
There isn't an option to change the font weight of Amelia, but you can change it with adding custom CSS. Could you please tell me do you want to change the calendar dates font?
How do this in CSS ?
I want to change the size of numbers and works. Its a bit tiny for me.
Hello Timo,
and Val,
Please try adding this CSS for the dates:
I provided 15px as an example you can change it to whatever size you want.
try this one for the font weight:
Fot the time slots
Let me know if this helped.