- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 07:07 AM
Does anyone know how to hide tile labels as per the subject above ?
It is frurstrating for a customer of ours as we have the create incident tile but it is clearly not a request. See Screenshot below.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 10:19 AM
@will_forster You will want to modify the CSS on the widget instance for "Topic Content"
1. Navigate to Service portal > Widget instances
2. Search for Widget = Topic Content
3. Within the widget instance record, in the CSS field add:
.card-badge{
display:none;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 10:19 AM
@will_forster You will want to modify the CSS on the widget instance for "Topic Content"
1. Navigate to Service portal > Widget instances
2. Search for Widget = Topic Content
3. Within the widget instance record, in the CSS field add:
.card-badge{
display:none;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2024 03:13 AM
Hello,
with below option we can hide card badge, but how we can change these card titles.
I have the request for updating the card title 'Article' as 'Help Document' for the same page. how we can update that?
Please suggest the solution.
Thannks,
Sonali Pawar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 12:30 AM
This has worked