Support

Home Forums Events Calendar Add-on Event calendar FONT

Event calendar FONT

Posted: January 17, 2018 at 2:26 pm


FabricArtShop

January 17, 2018 at 2:26 pm

Is there a way to darken the text in the calendar? It appears a little soft and I would like to lighten it up a bit.


Josh

  • Support Staff

January 17, 2018 at 5:20 pm

May I ask which text specifically do you want to lighten up? The date numbers, days of the week, the event name and times, the text within the tooltip, or something else?


FabricArtShop

January 17, 2018 at 5:46 pm

The numbers. They are light and I would like to darken them. Also, the widget on the sidebar, here, is also light.


Josh

  • Support Staff

January 17, 2018 at 6:25 pm

You can darken those items by adding a bit of CSS:

.fc-day-number {
color: #000 !important;
}

aside li {
color: #111 !important;
}

aside li a {
color: #111 !important;
}

You’ll likely want to use your own color hex codes, but the selectors will select the calendar day numbers and items in the sidebar. Much of these things are controlled by your WordPress theme, but the nice thing about WordPress is now it includes a built in Additional CSS panel where you can add CSS like the above. The Additional CSS panel is located in Appearance > Customize > Additional CSS.


FabricArtShop

January 17, 2018 at 7:12 pm

Worked perfectly! Thank you Sir

The support post ‘Event calendar FONT’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso