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 Oliver Marriott
View originalDear 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 Oliver Marriott
View originalHi
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.
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.