How to change title on Topic Content widget and display topic name

Alexander17
Tera Guru

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

 

Alexander17_0-1683100275576.png

 

8 REPLIES 8

Alexander17
Tera Guru

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;
}

Community Alums
Not applicable

This is manually provided in html cide of topic content widget you can add your topic there in the html code

Do you have a screenshot or so where to configure?

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

ahefaz1_2-1705510293157.png

 

 

ahefaz1_0-1705510244438.png

 

 

ahefaz1_1-1705510266264.png

 

 

Please accept solution OR mark helpful.

 

Thanks,