How to change the color on demo header

I am using the non-profit expanded demo theme as the basis for a site I am building. I’ve been able to change most things to incorporate the fonts I want, but I am having a really hard time changing the colors of some elements and for the life of me can’t figure out how to change the header color to one of my theme colors. Help!

Hi there,

Thanks for writing in! To change the header color please add the following code in the Theme Options > CSS:

.x-navbar {
    background-color: #0072a5 !important;
}

Change the color in the above code to match your theme colors.

Hope this helps!

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