Shop header color changed after update

Hello

I updated themeco and wordpress today and the shop header color changed to my default and I cannot locate how to change this brown color to the blue of our site. can you help?

i would like to include a print screen, but i cannot. http://thecenterforawesomeness.com/shop/ you can see the brown bar at the site here.

Hi,

To change the background color, you can add the code below in Theme Options > CSS

/* Title Background Color */
.x-header-landmark {     
    border-color: #2b323a;
    background-color: #2b323a;
}

/* Title Font Color */
.x-header-landmark h1.h-landmark {
   color:#fff;
}

/* Breadcrumbs Link Color */
.x-breadcrumbs a, .x-breadcrumbs span {
   color:#fff;
}

Hope that helps.

Thank you! That worked great!

You’re welcome! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.