The CreatorCon Call for Content is officially open! Get started here.

How do i prevent author from displaying on the ESC portal of knowledge articles?

kartikey
Tera Contributor

i cannot find any answer on How do i prevent author from displaying on the ESC portal of knowledge articles?

find_real_file.png

 

i want to remove this all marked by red from all the knowledge articles.

7 REPLIES 7

Also I am not getting that show author information in the instance option. 

Chayanika
Tera Contributor

Without customizing in widget level can we do it using ACL as well?

 

anonymous13
Tera Expert

Navigate --> sp_widget.LIST
Open --> Knowledge Article Content
Go to 'Included in pages' related list 
Open page where you have to remove 'Author' field (Ex- esc_kb_article_view)
Add below code in Page Specific CSS under--  .author{ here}

display: none !important;

Mark Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.