Skip to main content
Solved

Is it possible to adjust the color of the leaderboard icons?

  • September 6, 2023
  • 1 reply
  • 28 views

DannyPancratz
Forum|alt.badge.img+7

My use case is that the bronze doesn’t look bronze to me (and we use a truer bronze for other monthly leaderboard badges).

But I imagine others might want to adjust to brand colors or something like that. 

Best answer by olimarrio

Hi @DannyPancratz 👋,

It is indeed. Each medal has the following class attributes associated with them:

  • Gold: .icon-medal-1
  • Silver: .icon-medal-2
  • Bronze: .icon-medal-3

So to use your bronze you can add the following to your custom CSS:

.icon-medal-3 {
  color: #9A8579 !important;
}

 

View original
Did you find this topic helpful?

1 reply

olimarrio
Forum|alt.badge.img+4
  • Gainsight Employee ⭐️
  • 407 replies
  • Answer
  • September 11, 2023

Hi @DannyPancratz 👋,

It is indeed. Each medal has the following class attributes associated with them:

  • Gold: .icon-medal-1
  • Silver: .icon-medal-2
  • Bronze: .icon-medal-3

So to use your bronze you can add the following to your custom CSS:

.icon-medal-3 {
  color: #9A8579 !important;
}

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings