- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 10:21 AM
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
Solved! Go to Solution.
- Labels:
-
Multiple Versions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 01:04 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 10:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 10:34 AM
This solution does not work . I have commented UI Page script still the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 11:12 AM
One issue solved
To remove Author from Service portal KB articles
Pages- kb_article_view
In Page Specific CSS :
.author {
display:none; }
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 11:15 AM
How to remove Author from kb_view UI Page ?