Icons

person {
icon: user;
icon-color: #444;
}Last updated
Was this helpful?

person {
icon: user;
icon-color: #444;
}Last updated
Was this helpful?
Was this helpful?
organization {
icon: building;
icon-color: #444;
color: transparent;
}organization {
icon: building regular;
icon-color: #444;
color: transparent;
}// The element[image] selector tells Kumu to only apply these rules for elements with an image
element[image] {
icon: off; // Setting 'icon' to 'off' will remove any icons you've added further up in the Advanced Editor
}