Can anyone provide code to change Avatar Size in Member Toolbar - Artificer?
Hello @Tim !
In the Studio->Artificer->Styles->Custom Styles area you may place the following code:
.bx-artificer .bx-menu-toolbar .bx-menu-toolbar-item .bx-menu-toolbar-item-unit .bx-def-icon-size {
width: new width rem;
height: new height rem;
}
Thank you