This may be the simplest request, but I have looked and looked, but can not find in the css what controls the color of the blue bar's color. This bar is above the breadcrumb and below the navigation menu. Here is a link in case you need to see what I am talking about: http://www.grebog.net/drupal/ I know it may not be the most glamorous color scheme, but it is still be fine tuned. Any assistance is appreciated.

Comments

aterink’s picture

As it's the only blue bar on your page I assume you mean this- around line 260 of your style.css

#primary {
  border-bottom:4px solid #2763A5;
}
Grebog@groups.drupal.org’s picture

Thank you so much. That was it.

add1sun’s picture

Status: Active » Fixed

fixed

Anonymous’s picture

Status: Fixed » Closed (fixed)