Home General Discussion
Options

hide “Related Knowledge Articles” lists ?

Martin_BobergMartin_Boberg Premier Partner IT Monkey ✭

Hi

Have a customer that would like to hide all information related to knowledge base articles. Already have the custom.css code that hide "Featured Articles" and "Popular Articles" lists from the home page;

.sc-page-header.sc__home-kb-lists.row{

  display:none;

}

 

Is it also possible to hide the “Related Knowledge Articles” lists displayed when a service offering is selected via Browse By Category? (see attached screenshot)

 

Br
Martin



Best Answer

  • Options
    Martin_BobergMartin_Boberg Premier Partner IT Monkey ✭
    Answer ✓
    solved ->

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

    /Martin

Answers

  • Options
    Martin_BobergMartin_Boberg Premier Partner IT Monkey ✭
    Answer ✓
    solved ->

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

    /Martin

This discussion has been closed.