Forum Discussion

gayatrishahane's avatar
gayatrishahane
Cloud Apps
10-09-2022
Solved

How to remove the `i` icon from the dashboard widgets completely?

How to remove the `i` icon from the dashboard completely?   I am currently using the following script, but it only makes it invisible. When you hover over that location you can still see the hove...
  • gayatrishahane's avatar
    10-14-2022

    I found 

     $(document.getElementsByClassName('widget-toolbar-btn btn btn--icon btn--dark btn--no-background')).hide()

    that the above script  removed the `i` completely