Forum Discussion

lharrison's avatar
lharrison
Cloud Apps
11-03-2021
Solved

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

 

 

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

2 Replies

Replies have been turned off for this discussion