How to remove Author from Kb Articles in system and from Service Portal?

Marcin Witosla1
Tera Expert

Hello 

I need to remove Author name and Image from KB Articles in the system and from Service Portal?

I have viewed other community topics regarding this issue:

-commented lines in kb_view UI Page did not help

Can anyone have idea about this?

Regards Marcin

1 ACCEPTED SOLUTION

Solved :

UI Macro kb_view_common_footer 

in HTML code 

<div id="articleAuthor" class="snc-article-footer-metadata-published" style="display:none;">

change display to none

and Author name is not showed on kb_view

View solution in original post

7 REPLIES 7

This solution does not work . I have commented UI Page script still the same.

Marcin Witosla1
Tera Expert

One issue solved 

To remove Author from Service portal KB articles

Pages- kb_article_view

In Page Specific CSS :

.author {

display:none; }

Marcin Witosla1
Tera Expert

How to remove Author from kb_view UI Page ?