eLan – Moodle Theme Documentation

  • Home
  • FAQs
  • How to hide/show the front page menu(pages menu)?(Moodle V3.11)

How to hide/show the front page menu(pages menu)?(Moodle V3.11)

How to hide/show the front page menu(pages menu)?(Moodle V3.11)

If you want to hide pages menu from front page. Then go to Site administration->Appearance->Themes->eLan

Go to Advanced settings and paste the following code into Raw initial SCSS field

.pagelayout-frontpage .box.py-3.generalbox.sitetopic ul.section.img-text {
    display: none;
}