Change title layout?

Change title layout?

από Debbie McDonald -
Αριθμός απαντήσεων: 4

Is there a way to remove the title and subheading from a lesson? I would like that to fall within the area I am designing.

Συνημμένο Untitled-1.jpg
Μέσος όρος βαθμολογίας: -
Σε απάντηση σε Debbie McDonald

Re: Change title layout?

από Joseph Rézeau -
Φωτογραφία Core developers Φωτογραφία Particularly helpful Moodlers Φωτογραφία Plugin developers Φωτογραφία Testers Φωτογραφία Translators

Hi Debbie,

Unfortunately you do not say which version of Moodle you are using. So I'll assume Moodle 2. One easy way to achieve what you want without hacking your moodle core files is to add just 2 lines to one of your current theme's CSS files.

#page-mod-lesson-view #page-content h2.main,
#page-mod-lesson-view #page-content h3.main  {display:none;}

See attached result.

Joseph

Συνημμένο 01-08-2012 09-39-52.jpg
Σε απάντηση σε Joseph Rézeau

Re: Change title layout?

από Joseph Rézeau -
Φωτογραφία Core developers Φωτογραφία Particularly helpful Moodlers Φωτογραφία Plugin developers Φωτογραφία Testers Φωτογραφία Translators

Hi Debbie,

Did you use my solution? Did it help?

Joseph

Σε απάντηση σε Joseph Rézeau

Re: Change title layout?

από Debbie McDonald -

Hi Joseph, it did! Now I need to apply it to our other site. I apologize for the delay in response but your answered solved my issue so I was on to the next. Thank you very much for your assistance, this works!