Header colour

Hi, please can you let me know where I can go to change the green background colour of the header here:
https://demo.theme.co/nonprofit/

I can’t find it in any of the settings.

Thanks,

Hi Kun,

Thank you for writing in, that is added under Theme Options > CSS, find this block:

.x-navbar {
    border-color: transparent;
    background-color: #00a580;
}

Change the background-color value ( #00a580) to your desired color.

Hope it helps,
Cheers!

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