Adapable Theme Course Title color

Adapable Theme Course Title color

- Steve Heuninck の投稿
返信数: 6
I cannot find the course title background color setting on the home screen. See attached. Can set background to grey but cannot locate how to change the course title background color. (see attached)
添付 moodle.JPG
Steve Heuninck への返信

Re: Adapable Theme Course Title color

- Gareth J Barnard の投稿
画像 Core developers 画像 Particularly helpful Moodlers 画像 Plugin developers
Can't really help without the relevant information -> https://moodle.org/mod/forum/discuss.php?d=333733.
Gareth J Barnard への返信

Re: Adapable Theme Course Title color

- Steve Heuninck の投稿
Moodle version: 4.1.2+
Adaptable Theme: Release 401.1.2, version 2022112303
Steve Heuninck への返信

Re: Adapable Theme Course Title color

- Gareth J Barnard の投稿
画像 Core developers 画像 Particularly helpful Moodlers 画像 Plugin developers
.coursebox .panel-heading
Gareth J Barnard への返信

Re: Adapable Theme Course Title color

- Steve Heuninck の投稿
Thanks, but I do not know where to set .coursebox .panel-heading. I cannot find it in Site Administration, Appearance, Themes, Adaptable, Settings.
Also upgrades Theme to Release 401.1.7, version 2022112308 on Moodle 4.1.2+ (Build: 20230401), but still cannot find the setting.
Steve Heuninck への返信

Re: Adapable Theme Course Title color

- Steve Heuninck の投稿
OK, Custom CSS was the answer.

.coursebox .panel-heading  {

    background-color: #CCCCCC;

}
thanks.
Next question is how to change the Block Drawer background color (see atatchement)?


添付 Capture.JPG
Steve Heuninck への返信

Re: Adapable Theme Course Title color

- Gareth J Barnard の投稿
画像 Core developers 画像 Particularly helpful Moodlers 画像 Plugin developers
Adaptable is a complex theme and even I can't remember all of the settings, so is there a setting that you used for the original question? For your second question, have a go at using the browser development tools (F12) as I did to figure out the solution to your original question.