dbnschools / moodle-theme_fordson

Theme for Moodle 3.3+
43 stars 40 forks source link

Grading header on background image obscures vital text #93

Closed richardjonesnz closed 5 years ago

richardjonesnz commented 5 years ago

fordsondoc

I feel like this div should have an opaque background but I don't believe it's accessible via css?

dbnschools commented 5 years ago

What version of Fordson and Moodle?
Also, What are the settings on the Preset Tab of Fordson theme admin?

richardjonesnz commented 5 years ago

Thanks for the quick response, we have:

Moodle 3.6.1+ (Build: 20181220) Fordson v3.6 release 1.3.1 2019111003.

The preset is Boost, Default Boost, Corporate Learner, Simplicity and Single Column Boost Default

dbnschools commented 5 years ago

This will fix the issue for you: .path-mod-assign [data-region="grading-navigation-panel"] { background-color: #fff; }

.path-mod-assign [data-region="grade-actions"] { background-color: #fff; }

Just copy and paste this into the Custom SCSS box at the bottom of the Fordson Color Tab in the admin area.

richardjonesnz commented 4 years ago

Thanks.