gayatrishahane
10-09-2022Cloud Apps
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 hover state of the `i` icon.
dashboard.on('refreshstart', function() {
$(document.getElementsByClassName('btn__icon app-icon app-icon--general-info-circle')).hide()
})
I found
$(document.getElementsByClassName('widget-toolbar-btn btn btn--icon btn--dark btn--no-background')).hide()
that the above script removed the `i` completely