Change Header Color On Pages

Hi again,
How do I change the color of the header on pages?
For example, here: https://www.datingtipsfordudes.com/picking-up-girls-in-a-non-player-way/
It’s currently in white and I can hardly see it. I want to change it to black.
Thanks!
Blaire

By the way, are you the developer of this theme? I really like it! Thank you.

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the header color by going to Appearance > Customize > Additional CSS and pasting it there.


/*Header color*/
#header .bottom-header h1 {
    color: black;
}


Best Regards,
Support

Thank you, looks great!

Really appreciate your help with all these questions!

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