Tim
·
Added a discussion

Can anyone provide code to change Avatar Size in Member Toolbar - Artificer?

  • 1609
Comments
    • 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

        Login or Join to comment.