Hi @gfingerl,
Thanks for reaching out.
1. It’s possible to change the style/font size of the calendar day, however you will have to do this using CSS.
Please add the following CSS code to Appearance > Customize > Additional CSS (or to wherever you usually add custom CSS)
.qem-calendar-small .day, .qem-calendar-medium .day, .qem-calendar-large .day{
font-size: 35px !important;
font-family: sans-serif !important;
}
2. The text for the “Download to calendar” link is added programmatically inside an h4 tag.
There are two options you can change the styling of this link:
a. Change the styling of h4 via your theme settings. However, this updates all text that uses the h4 tag.
b. You can add the following CSS code in the same place you added the above. This limits the custom styling to h4 texts within event pages only. Please update the size accordingly.:
.qem h4{
font-size: 20px !important;
}
Hope this helps! Let us know if you have other questions.
Thank you so much for your help, that did solve it!
Great! We’re happy we were able to assist.
I’ll be marking this thread as resolved now. Feel free to create a new thread if you have a new question. 🙂
If you feel Kim’s support is worthy of a review it would be gratefully received here
https://ww.wp.xz.cn/support/plugin/quick-event-manager/reviews/?filter=5
Thanks, Alan