Comment 'UPDATE: There was ap...' to 'How can I get rid of the words and just leave the buttons?'
  • UPDATE: There was applied the following script in the Studio->Designer->Injections->Body area:

    <script langauge="javascript">  

    $(".bx-tl-item-activity .bx-menu-item-title").remove();

    $(".bx-tl-item-activity .sys-action-do-text").remove();

    </script>