Change colour of widgets

Hi guys
How do I change the colour of My Mission, Porftolio and Services titles to white?
Thanks
Chris

Hello there,

I hope you are doing well today.

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


h1, h2, h3, h4, h5, h6 {
    color: white;
}


Best Regards,
Support

Thank you!
Why didnt the My Portfolio change?

Also how do i change the menu colour to white?

add this css as well:

h3.mb32 {
color: white !important;
}
.main-navigation .menu li a {
color: #ffffff;
}

Thank you Noda - you rock!

Thank you too :wink:

I will close this case now, Feel free to contact us again if you have other questions Thanks!