lharrison
11-03-2021Cloud Apps
Remove Widget Title Box
Hello. Is there any way to remove the title portion of a widget? I often don't place a title on indicator widgets, but the title box still limits how small the widget can be and leads to some awkward...
- 11-03-2021
There is a plugin that does this: https://support.sisense.com/kb/en/article/hide-widget-titles
Basically what it does is just removes the height for the title for the widget (32px), as every widget is different it has some considerations for many widget types
You can do it also if you hide the widget-header part of the widgets with JavaScript
$('widget-header').hide()