Is it possible to hide Author in knowledge article in employee center portal without customization

chandanap
Tera Expert

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.

1 ACCEPTED SOLUTION

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.

 

JDBarlow_0-1734461901088.pngJDBarlow_1-1734461922605.png

 

View solution in original post

5 REPLIES 5

JD Barlow
Tera Guru

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!

chandanap
Tera Expert

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.

chandanap_0-1734452858719.png

 

JD Barlow
Tera Guru

We added CSS to the most viewed widget instance

JDBarlow_0-1734453256180.png

JDBarlow_1-1734453305194.png

 

 

chandanap_0-1734453970291.png

tried in widget instance css , not working