- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2023 06:52 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2023 08:15 AM
Hi @Marco Pasqua , Try below scrip in CSS of Instance Option.
.title{
.widget-title {
Display:none;
}
}
Hope this helps
please mark my answer correct if this helps you.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2023 07:15 AM
Hi @Marco Pasqua ,
Follow below steps -
1] From the portal Using CTRL + Right Click open widget Instance Options.
2]Then again click on Open in Platform.
3] Then you can change the title from title field or from Additional JSON option.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2023 07:23 AM
both value are already empty
that link didn't solve my issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2023 08:15 AM
Hi @Marco Pasqua , Try below scrip in CSS of Instance Option.
.title{
.widget-title {
Display:none;
}
}
Hope this helps
please mark my answer correct if this helps you.
Thank you