Block heading backgrounds

Block heading backgrounds

by John Stimpson -
Number of replies: 2
Having read the documentation regarding themes I cannot seem to figure this out. Can anyone point me in the right direction for changing block header background colours?
Average of ratings: -
In reply to John Stimpson

Re: Block heading backgrounds

by Joseph Rézeau -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators
Hi John,
You do not say which theme you are using. Anyway, supposing you are using the standard theme, in that theme folder, add the following lines to the file styles_color.css:

.sideblock .header {
    background-color:red; // or your preferred color
    border-color: #C6BDA8;
}
Hope that helps,
Joseph
In reply to Joseph Rézeau

Re: Block heading backgrounds

by John Stimpson -
I am looking to change the 'course categories' header and also the header of the page containing 'you are logged in as...' which sections do I need to modify?