Skip to main content

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

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


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