Help me change the color of the logo block.

Then you must have edited the template as it is controlled by the Style Properties system.

Look for #header in header.css.
It should look something like this:
Code:
#header
{
    @property "header";
    background: @primaryLighterStill;
    @property "/header";
}
 
Top Bottom