Skip to main content
Cathleen
Contributor ⭐️⭐️
December 5, 2022
Solved

Rank Incon shape

  • December 5, 2022
  • 2 replies
  • 89 views

Dear community,

we need a round icon for the ranks. Unfortunately these are currently shown as a square. How can I change the shape?

thx, Cathleen

Best answer by olimarrio

Hi @Cathleen 👋,

As Scott mentioned, it’s possible to use a round icon for these rank icons even with the recommended dimensions being a minimum of 90x90px.

Another option would be to add some custom CSS like below:

.profilelabel img {
border-radius: 50%;
}

Just bear in mind that this would affect all rank icons.

2 replies

December 5, 2022

The canvas dimensions are 90x90, but you can put a round icon in the square.

olimarrio
Gainsight Employee ⭐️
olimarrioAnswer
Gainsight Employee ⭐️
December 7, 2022

Hi @Cathleen 👋,

As Scott mentioned, it’s possible to use a round icon for these rank icons even with the recommended dimensions being a minimum of 90x90px.

Another option would be to add some custom CSS like below:

.profilelabel img {
border-radius: 50%;
}

Just bear in mind that this would affect all rank icons.