Question

Auto-expand table of contents in courses with folders and hide down arrow

  • 27 December 2023
  • 0 replies
  • 21 views

Hello All CSS experts...I have been using a CSS to auto expand but after the update, it no longer works. Any ideas?

/* Auto-expand table of contents in courses with folders and hide down arrow */

.chapters tree-view

{

    display: flex !important;

}

em.zmdi-chevron-down

{

    visibility: hidden;

}

/** Hide the Header Bar **/

#doc-layout-title-bar {

    display: none;

}


0 replies

Be the first to reply!

Reply