Comment to 'Is it possible to change the words for Icons in Post to Context?'
  • Hello @InPage !

    The default code already contains the icons there too. So you need to add following lines to the Custom Styles area of your own template mix:

    #sys-create-post .bx-db-menu ul>li:not(.bx-menu-item-more-auto) a .sys-icon {

    display:block;

    }

    -create-post .bx-menu-item  span.bx-def-margin-sec-left-auto {

    display:none;

    }