Hide Lesson Title in Moodle 2.6

Hide Lesson Title in Moodle 2.6

av Debbie McDonald -
Antal svar: 1
Can you tell me if there is a way to hide the title of a lesson in Moodle 2.6?  We used to use this:
.path-mod-lesson h2.main {display: none;}
.path-mod-lesson h3.main {display: none;}

However apparently the "main" portion is now missing in the 2.6 upgrade so adjusting to .path-mod-lesson h2 {display: none;, will just hide all of our h2 headers throughout the entire site. 


Genomsnitt av betyg: -
Som svar till Debbie McDonald

Re: Hide Lesson Title in Moodle 2.6

av Debbie McDonald -

Basically it looks like hiding h3 titles statewide is the solution in 2.6.

Lesson Name, Page Title and number of attempts are really what I would like to hide. The sizes are a little bit unruly, I like to be able to control how this information shows up.

I used this: #page-mod-lesson-view #page-content h3 {display:none}  from suggestions I found here: https://moodle.org/mod/forum/discuss.php?d=257118