Masthead color change

I need to change the masthead color from white but can’t seem to find the area of the stylesheet where I could do that and am not sure of whatever extra css would do the trick. All other colors have been fixed but this one I really need. Any help is greatly appreciated.

Hello there,

I hope you are doing well today.

By masthead, are you referring to the navigation bar?

If so, you can use the following CSS code to change the color by going to Appearance > Customize > Additional CSS and pasting it there.


/*Navigation bar color*/
nav {
    background: red;
}

Best Regards,
Support

That worked. Thank you.

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support