Skip to main content

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. 

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