Forums
Good Morning!
I have recently upgraded to Opigno 1.17 and a lot of the features are great.
however within a course the lessons are now shown in a list on the left had side of the page.
while this is useful when entering the course when within a lesson I would like to be able to hide this?
does anyone know where to look so i can change this setting?
Thanks!
Toma
Hi toma,
Hi toma,
In the theme settings page, you can disable it.
Best regards
In reply to Hi toma, by James Aparicio
James thanks for the quick
Hi toma,
Hi toma,
You can target the group progress div just for different pages with the body classes. Using css you can use display:none. You also have to remove the class has-group-progress from the content div.
You can do all this with just css and js or you can change some code in the template.php.
Best regards