- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2024 06:57 AM
Is it possible to hide Author name in knowledge article in employee center portal without customization. I have checked instance options, there is no option available in employee center portal to hide author name.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2024 11:04 AM
Well, it looks like that CSS may be old and is not needed anymore. I was working in my PDI and found that if you update the following instance options you can hide the author by simply not including it in the secondary fields. Looks like if you don't select anything then the default fields show up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2024 08:19 AM
We were able to hide the author on portal article pages by adding '.author { display:none; }' to the CSS in the Knowledge Article Content widget instance options. Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2024 08:28 AM
Yes, We were able to hide it on article content, but there are other widgets like most viewed articles. We want to hide author name in those widgets as well. but the page level CSS is not working there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2024 08:37 AM - edited ‎12-17-2024 08:37 AM
We added CSS to the most viewed widget instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2024 08:47 AM
tried in widget instance css , not working