To hide the icons from the File Area use the following snippet:
<style>
.elmFileArea img {display: none;}
</style>
HTML Snippets
Last updated on 14 Jul, 2020
To hide the icons from the File Area use the following snippet:
<style>
.elmFileArea img {display: none;}
</style>