How to change title on Topic Content widget and display topic name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 12:53 AM
Hi there,
In many ServiceNow presentations i see that on the Topic page, under the Topic Content widget the topic name is being displayed. So in below case would then be "Browse Health and Wellness" instead of default title "Support resources". Anyone have an idea how to change this into a dynamic title
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 06:07 AM
I was thinking about the following CSS instance code.. but i dont get it work:
.browse-content-container .title-item {
visibility: hidden !important;
position: relative !important;
}
.browse-content-container .title-item:after {
visibility: visible !important;
position: absolute!important;
top: 0;
left: 0;
content: attr(topic-header-title) !important;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 10:59 AM
This is manually provided in html cide of topic content widget you can add your topic there in the html code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2024 07:16 AM
Do you have a screenshot or so where to configure?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2024 08:52 AM - edited 01-17-2024 08:54 AM
@Ademir Amaral1 , @Alexander17 ,
The widget is read only in my instance and I think we can modify it other way.
This will also help with Translations in the future, so very low impact.
Navigate to the sys_ui_message table - sys_ui_message.LIST
In the Key column, search for the term 'support resources.' If you find a record with English as the language, update it.
If you don't find a record, create a new one following the format in the screenshot below.
Please accept solution OR mark helpful.
Thanks,