Skip to main content
Nintex Community Menu Bar
Question

Change Calendar Font Color

  • July 9, 2024
  • 2 replies
  • 9 views

Forum|alt.badge.img+8

Is it possible to change the font used on the calendars? 

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+17
  • Nintex Employee
  • July 9, 2024

You should be able to add a CSS resource that looks like this: 

.nx-cal-event&nbsp;{<br>&nbsp; &nbsp; color: Aqua;<br>&nbsp; &nbsp; font-family:&nbsp;Comic sans MS;<br>}


But don’t let any Skuid designers see what I just proposed… 


Forum|alt.badge.img+8

you = da man