Remove quick links widget header

Marco Pasqua
Tera Guru

Hi,

i have configured my quick link widget and everything is working fine. I want to finish the job by removing the following "quick links" header from the widget which is consuming space without giving any value to the layout.

 

Can you suggest how to remove it?

Thank you in advance

 

MarcoPasqua_0-1677250313742.png

 

1 ACCEPTED SOLUTION

Hi @Marco Pasqua , Try below scrip in CSS of Instance Option.

 

.title{  
  .widget-title {
      Display:none;
  }  
}

Sonu_Parab_0-1677255295111.png

 

Hope this helps 

please mark my answer correct if this helps you.

Thank you

 

View solution in original post

3 REPLIES 3

Sonu Parab
Mega Sage
Mega Sage

Hi @Marco Pasqua ,
Follow below steps - 

1] From the portal  Using  CTRL + Right Click open widget Instance Options.

Sonu_Parab_0-1677251121659.png

2]Then again click on Open in Platform.

Sonu_Parab_1-1677251447016.png

 

3] Then you can change the title from title field or from Additional JSON option.

 

Sonu_Parab_2-1677251566221.png

 

You can take help of this thread Is it possible to use the OOB quick links without displaying the header text 

 

Hope this helps 

please mark my answer correct if this helps you

 

both value are already empty

that link didn't solve my issue

Hi @Marco Pasqua , Try below scrip in CSS of Instance Option.

 

.title{  
  .widget-title {
      Display:none;
  }  
}

Sonu_Parab_0-1677255295111.png

 

Hope this helps 

please mark my answer correct if this helps you.

Thank you