Hey again Brad,
The code above is for single post pages titles.
Sorry about that I assumed you got this changed since I saw blueish color there (I’m not very good with colors sorry).
The code you’re looking to add to change the header is the following:
body .menu-wrapper-bg {
background: #2db4e2;
}
For top footer please try adding this:
body .footer {
background: #00acee;
}
For bottom part of footer:
body .footer-copyright-wrapper {
background: #017baa;
}
For buttons please add this:
#page input.btnSubmit {
background: #00acee;
}
#filters li.active {
background: #2db4e2;
}
Replace the color hex values to display another color. You can use sites similar to this one to get hex value for the color of your choice: https://www.color-hex.com/
If there are other places you need this changed please let me know. Adding screenshot would help a lot too ??
Best regards,
Bojan