Solved

Rank Incon shape

  • 5 December 2022
  • 2 replies
  • 47 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

icon

Best answer by olimarrio 7 December 2022, 13:25

View original

2 replies

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

Userlevel 4
Badge +2

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.

Reply