Change top navigation bar color in Moodle 3.8.1+

Change top navigation bar color in Moodle 3.8.1+

av Nguyễn Văn Luyến -
Antall svar: 4

Dear members,

I am using Moodle 3.8.1+ (Build: 20200221), standard theme called BOOST and now I would like to change the background color of the top navigation bar and the font color of this bar as well. How can I do this? Please help.

Thanks a lot.

Gjennomsnittlig vurdering: -
Som svar til Nguyễn Văn Luyến

Re: Change top navigation bar color in Moodle 3.8.1+

av Rick Jerz -
Bilde av Particularly helpful Moodlers Bilde av Testers
Perhaps the following CSS added to Boost's Raw SCSS textbox will work for you, and get you started exploring CSS.

background. */
.bg-white {
background-color: orange !important;
}
Som svar til Rick Jerz

Re: Change top navigation bar color in Moodle 3.8.1+

av Nguyễn Văn Luyến -

The syntax is not correct. Therefore, it didn't work trist

Som svar til Nguyễn Văn Luyến

Re: Change top navigation bar color in Moodle 3.8.1+

av Rick Jerz -
Bilde av Particularly helpful Moodlers Bilde av Testers
You are correct. Try the following (remove the first line.)

.bg-white {
background-color: orange !important;
}
Gjennomsnittlig vurdering:Useful (2)