Home General Discussion
Options

Custom (alternate) homepage with navigation

Morten_Aulie_PettersMorten_Aulie_Petters Premier Partner IT Monkey ✭
When customizing the alternative homepage using the Custom.css file, is it possible to enable the navigation part which is found in the 94ecd540-714b-49dc-82d1-0b34bf11888f page, or the version from the latest homepage version located on the right side?

Best Answers

  • Options
    Konstantin_Slavin-BoKonstantin_Slavin-Bo Customer Ninja IT Monkey ✭✭✭✭
    edited May 2017 Answer ✓
    @Morten_Aulie_Petters
    Do you mean the "Featured Articles" and "Popular Articles" lists?
    If so, you can use this code in your custom.css to hide them:

    .sc-page-header.sc__home-kb-lists.row{
      display:none;
    }
    

Answers

  • Options
    Morten_Aulie_PettersMorten_Aulie_Petters Premier Partner IT Monkey ✭
    Thank you James. But is it possible to hide the two Knowledge Article lists from the latest homepage?
  • Options
    Konstantin_Slavin-BoKonstantin_Slavin-Bo Customer Ninja IT Monkey ✭✭✭✭
    edited May 2017 Answer ✓
    @Morten_Aulie_Petters
    Do you mean the "Featured Articles" and "Popular Articles" lists?
    If so, you can use this code in your custom.css to hide them:

    .sc-page-header.sc__home-kb-lists.row{
      display:none;
    }
    
  • Options
    Morten_Aulie_PettersMorten_Aulie_Petters Premier Partner IT Monkey ✭
    Thank you Konstantin!
Sign In or Register to comment.