Hi,
I’m using the KanboardCSS plugin and I wanted to know if it is possible to make the small avatar in a circle appear like in the default theme of Kanboard ?
Thank’s
Hi,
I’m using the KanboardCSS plugin and I wanted to know if it is possible to make the small avatar in a circle appear like in the default theme of Kanboard ?
Thank’s
Customizer offers customizable avatar sizes and shape, and I think KanboardCSS is compatible with Customizer.
Ok, thank you, i’m going to try this
If found many interesting options but nothing about making the avatar show up on the tasks
Not sure I understand what you are looking for then. Can you make a visual?
Yes customizer has the option to adjust that avatar shape and size, if kanboard css is missing that avatar, then I’d say you should let the plugin author know.
By searching a little more, I found this solution. Simply add this code into the custom CSS:
.task-board-avatars {
display: inline !important;
}