Hi, I have developed a course on Moodle 2.6 which I have now moved onto Moodle 2.5. The background of my units has changed from white to a very pale grey. Could anyone advise how to force the white colour back again? I took a copy of the standard stylesheet and added
color: #FFFFFF;
to this section
#x_mainHolder {
border: 1px solid #010101;
color: #FFFFFF;
}
And tried re-inserting the SCORM but no joy. AS you can probably tell I'm somewhat of a beginner and found the colour reference for white on a CSS 'how to' page. Any advice would be gratefully received. I have added 2 frames for comparison.