In the default settings of the header top the colour is defined as #b800a5.

But in the colors.css the background color of the header elements is #b800a7 and the background-color of the primary-menu-bar is #b800a6.

Comments

Jeff Burnz’s picture

How is this a bug? Please explain.

smitty’s picture

Well, if the colours in the colors.css are defined differently from the default-settings the header-colour will not change if you select a custom colour in the colour settings form or if you are switching colour schemes.

In my case I had defined the colour blue for the header in the settings but on small screens the header area became dark yellow instead.

I think the advice you gave me in http://drupal.org/node/1343148#comment-5250658 is also true for the default theme:

Also be aware that the hex color values must match perfectly to what is in the default color scheme - for example the border color for "Girly Pink" is #e9e9e9, and lets say you want your .custom-border to match this, then it must be:

.custom-border {border-color: #e9e9e9;}

This will ensure the color "shifts" when you select a custom color in the color settings form, or switching color schemes.