How to hide KB number from KB Article.

Obito
Tera Expert

Hi All

How to hide KB number from KB Article. (If this even possible??)

1761.png

 

Thanks. 🙂

10 REPLIES 10

Anurag Tripathi
Mega Patron
Mega Patron

Hi Obito,

 

This is the OOB configuration and Article number is the identifier, It is used to recognize and refer the article.

There is No OOB way to hide it and I would recommend pushing back to this requirement as it will be adding unnecessary technical debt to your instance. 

 

-Anurag

Agree with @Anurag Tripathi here, and same view i just mentioned. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Thank you @Dr Atul G- LNG  & @Anurag Tripathi for your inputs. I will try to convince the same to my client.

Sid_Takali
Kilo Patron
Kilo Patron

Hi @Obito It is not a best practice to Hide Number from KB Article. 

I will show you how to hide KB Article number without cloning widget. Follow Below steps

1. ctrl + right click

2. Click on Page in designer

SiddharamTakali_0-1718631301786.png

3. Click on page 

SiddharamTakali_1-1718631367072.png

4. Add below CSS code in Page Specific CSS

div.kb-number-info {
  display : none;
}

SiddharamTakali_2-1718631439828.png

5. Save the record and validate 

SiddharamTakali_3-1718631474960.png

 

Please mark my answer Correct/Helpful

Regards,

Sid

Thanks @Sid_Takali , I will confirm and then mark your response as solution.