Hide Lesson Header?

Hide Lesson Header?

by Matt Brabender -
Number of replies: 2
I was wondering how I get the lesson header to not display on lesson pages.
The navigation bar we feel displays quite clearly what the page displays so I was hoping to get rid of the lesson header.
So, for example, if the lesson is called "English 101", how do I stop the name being displayed on the top of every page of the lesson?
Average of ratings: -
In reply to Matt Brabender

Re: Hide Lesson Header?

by Joseph Rézeau -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators
Matt,
Here is a CSS solution. Just add the following to the end of one of the CSS files in your current theme:
#mod-lesson-view #content h2.main {display:none}
If you want to go the CSS way and need more info. please re-post to the Themes forum.
If you prefer to hack your moodle files, then another solution can be found.
Joseph