Courses Section (0) title on M3.3

Re: Courses Section (0) title on M3.3

by Gareth J Barnard -
Number of replies: 2
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Something like:

.course-5 #section-0 {
    display: none;
}

Should work, where '5' is the course id.

In reply to Gareth J Barnard

Re: Courses Section (0) title on M3.3

by barbara nance -

Hi Gareth

Many thanks

Could you clarify where this goes - in each course?? Sorry its the obvious!

If its each course, is there a generic one that can be added to theme?

Many thanks

Barbara

In reply to barbara nance

Re: Courses Section (0) title on M3.3

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Hi Barbara,

It goes in the theme custom CSS.  For a generic all courses CSS try:

.course-content #section-0 {
    display: none;
}

But note this is off the top of my head and not tested.

If you're uncertain and would like to learn more about Moodle Themes and CSS, then please consider attending 'Theme design level 1' course facilitated my me - http://www.moodlebites.com/mod/page/view.php?id=3208 - and run by HRDNZ (A Moodle partner since 2006).

Cheers,

Gareth