How Do I Change the Color of the Site Name Text in the Header?

I’ve looked through the customize section of my dashboard as well as the editor and could not find where to change the color.

To be more specific, it is where it says 10x Socially on the top left corner of the page here

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.

/*Font Color*/
.navbar > .container .navbar-brand {
    color: white;
}

Best Regards,
Support

It worked perfectly- thank you so much!!

You are most welcome here :slight_smile: