I can’t change the font-size. I try many of the suggestions from other tickets.
I can preview changes using the chrome inspector.
I will attach images as an example.
Hello,
Lets try following this guide https://docs.myeventon.com/documentations/change-css-calendar/ and change Event Title.
Open Inspector and find “evcal_desc2 evcal_event_title”.
Now go to Styles tab and look for a CSS style that contains font-size:
As you can see the one style you need is
#evcal_widget .eventon_events_list .evcal_desc2 {
line-height: 120%;
font-size: 14px;
}
So copy it and put to EventON Settings > Styles like this:
#evcal_widget .eventon_events_list .evcal_desc2 { font-size: 18px !important; }
With !important it will work in 99% of cases.
If you don’t see any change try EventON > Scripts & Styling > turn off Write styles to header > save settings > turn on Write styles to header.
Hi, thank you for your quick reply. Yes, that worked, thanks.
Is this the only option for changing the font size in the calendar?
I tried myEventON > appearance > EventCard Styles > Section Title Text.
I find that changes made in the appearance menu never take effect. For example, I tried to change the background colour of the last and next month buttons, but it doesn’t work.
Is there something that could be preventing this?
Thanks for your help
Iain
Is this the only option for changing the font size in the calendar?
Thank you for your great suggestion, at the moment it is not supported. However please create a new ticket and select Feature Request as category so others can vote on your idea and get it moved into development faster. OR You can send us a customization job request by creating a new ticket in here and selecting Customization Request as the category.
Is there something that could be preventing this?
Please try EventON > Scripts & Styling > turn off Write styles to header > save settings > turn on Write styles to header.