Lesson Menu Bullet Pointer Remove

Re: Lesson Menu Bullet Pointer Remove

Joseph Rézeaudən -
Number of replies: 0
Core developers istifadəçinin şəkili Particularly helpful Moodlers istifadəçinin şəkili Plugin developers istifadəçinin şəkili Testers istifadəçinin şəkili Translators istifadəçinin şəkili

If

  • you have Admin rights on your Moodle site
  • you want those bullets to be removed on all of your Lesson menus

then go to Site Administration / Appearance / YOUR_CURRENT_THEME / Advanced Settings / Raw initial SCSS box and enter this CSS rule:

#page-mod-lesson-view .menuwrapper ul li {
    list-style: none;
}