cancel
Showing results for 
Search instead for 
Did you mean: 

Remove Widget Title Box

lharrison
8 - Cloud Apps
8 - Cloud Apps

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 white-space. Is there any way to get rid of the box and the white-space that comes with it?

lharrison_0-1635965694273.png

lharrison_1-1635965830967.png

 

 

1 ACCEPTED SOLUTION

javierecfpn
9 - Travel Pro
9 - Travel Pro

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()

View solution in original post

1 REPLY 1

javierecfpn
9 - Travel Pro
9 - Travel Pro

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()