Hide the Title on a Quick Link or Topic in Employee Center
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2023 04:22 AM
Hello,
Is it possible to hide the title, on a widget in Employee Center?
Thanks,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2023 04:39 AM
- Navigate to Quick Links widget.
- go to the HTML section
- check for this line
<h3 class="panel-title" id="{{data.instanceId}}-widget-title">{{data.quickLinkHeader}}</h3>
Delete this line.
If my response has helped you fix the issue, please mark it as solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 07:02 AM
Thank you, this worked perfectly.
I ended up cloning the original Quick Links widget, then I deleted the whole div
<div class = "title">
<h3 class="widget-title" id="{{data.instanceId}}-widget-title">{{data.quickLinkHeader}}</h3>
</div>
Doing that also gets rid of the empty space where the title would've been 😊
Btw for anyone as new as me to ServiceNow. You want to go to your page, Ctrl + Rightclick onto your Quick Links widget and then open "Widget in Editor".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2023 04:40 AM
Can you try to delete the widget from the sp portal configuration > Designer > select the esc portal and esc portal home page. (Please find below screen shot)
Please mark my answer helpful and accept it as a solution
Thanks
Akash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2023 04:51 AM
Hi @MichaelCreatura the easiest way you can configure the Titles in the widget (say quick links) is:
1) Open Widget option schema
2) Remove the default value and keep it blank and save it.
3) Ta-da!
Please mark this answer helpful/correct if it solves your query
Regards
Twinkle