Hiding Top Knowledge Articles on Home Page
Best Answer
-
Jonathan_Boles Customer Ninja IT Monkey ✭✭✭✭Here's the knowledge base article:
https://support.cireson.com/KnowledgeBase/View/43#/Hiding the Top Knowledge Articles Panel on the Home Page
On the alternate home page:.blocks > div:nth-child(1){
display:none;
}10
Answers
https://support.cireson.com/KnowledgeBase/View/43#/
Hiding the Top Knowledge Articles Panel on the Home Page
On the alternate home page:
.blocks > div:nth-child(1){
display:none;
}
and if using the standard home page:
Hi Joe - Are you aware whether the code still works with the v6 platform? I've got a heap of other customisations in the custom.css file, however trying to hide the KB articles on the standard and alternative home pages doesn't work with the code in this article.
Cheers,
David
The below works for home alt on v6 just tested and confirmed:
For standard home page
I found that you need to have the code to hide KBA's on the Primary Home page before the code to hide them on the Alternative page. It didn't work exclusively by itself.
Cheers,
David
Can someone let us know if this is still supposed to work or if something is a little bit different?
Thanks
Yes, it will be the custom.css file.