Skip to main content
Question

"overdue by" changed color

  • October 21, 2025
  • 3 replies
  • 124 views

Forum|alt.badge.img+1

I am confused. I wear the “4 months overdue” and so on used to be red in color, which would make the overdue courses stand out; now they seem to be gray. Is there a way to change that? Did I make up that it was red before? 

3 replies

anna.messner
Helper I
Forum|alt.badge.img+3
  • Helper I
  • October 21, 2025

Hey! Yeah I use the cards in some of our widgets and that verbiage definitely used to be red, I would reach out to support and see if they know of a way to change it back, I’m not aware of a way to do that!


DonaldWatson
Novice I
  • Novice I
  • October 21, 2025

Hey there!

Have you checked Configure Branding and Look under the settings area? I’d see if that color is matching what you may have for Background and hover items or secondary text color? Might have to make the change there.


michelle.l.williams
Novice I
Forum|alt.badge.img

Try this in your custom CSS:

.ui-card-status-details.ui-typography-subtitle.ui-color-typography-secondary {
    color: red !important;
}