Custom (alternate) homepage with navigation

Best Answers
-
james_kleinschnitz Cireson Dev, Product Owner Advanced IT Monkey ✭✭✭
The alternate homepage does not include a navigation. It is meant to be used for Service Catalog taxonomy's that have few Service Categories. I would recommend using the latest homepage version.5 -
Konstantin_Slavin-Bo Customer Ninja IT Monkey ✭✭✭✭
@Morten_Aulie_Petters
Do you mean the "Featured Articles" and "Popular Articles" lists?
If so, you can use this code in yourcustom.css
to hide them:.sc-page-header.sc__home-kb-lists.row{ display:none; }
1
Answers
Do you mean the "Featured Articles" and "Popular Articles" lists?
If so, you can use this code in your
custom.css
to hide them: