Course font colours

Re: Course font colours

by Joseph Rézeau -
Number of replies: 0
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Hi Ranjit,

The following should work (tried and tested in Moodle 1.5.3). Remember to refresh your browser after changing the CSS file. The !important parameter over-rides any other previous color settings which you may have set in your custom CSS files.

#course-view .section .weekdates {
  color:#000000!important;
}

Joseph