Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Hide the Title on a Quick Link or Topic in Employee Center

MichaelCreatura
Tera Guru

Hello,

 

Is it possible to hide the title, on a widget in Employee Center?

MichaelCreatura_0-1678364526274.png

 

Thanks, 

 

6 REPLIES 6

SatyakiBose
Mega Sage

Hi @MichaelCreatura 

  • 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.

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".

lasym_0-1706194930884.png

 

Community Alums
Not applicable

hi @MichaelCreatura 

 

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 

AkashKishore1_0-1678365600720.png

 

 

Thanks

Akash

Twinkle S
Mega Sage
Mega Sage

Hi @MichaelCreatura  the easiest way you can configure the Titles in the widget (say quick links) is:

1) Open Widget option schema

twinkle4_0-1678366176658.png

2) Remove the default value and keep it blank and save it. 

twinkle4_1-1678366243224.png

3) Ta-da!

twinkle4_2-1678366275786.png

Please mark this answer helpful/correct if it solves your query

Regards

Twinkle