Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Hide "Actions" drop down on knowledge articles in service portal

Shravani Kantha
Tera Contributor

Hi,

 

There is a requirement to hide "Actions" drop down menu on knowledge article page(esc_kb_article_view) in service portal. Below "css" code worked fine in sandiego and after upgrade to tokyo, its not working.

 

.dropdown.kb-end-buttons {
display: none;
}

 

tried below one but no luck

.dropdown.kb-end-buttons {
visibility: hidden;
}

 

 

Regards,

Shravani

 

 

11 REPLIES 11

Thank you @Sid_Takali 

Hi @Janaki Raman If it helps you, then please don't forgot to mark it as a Correct Answer.

 

Regards.

Sid