how to change font and color of the site title

I wanted to know how you can change the color and font of the site title?
Currently the title is a light gray and I would like it to be black.

Thank you!
Nathalie

Hello there,

I hope you are doing well today.

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


/*Title font color*/
.navbar-brand {
    font-family: 'Lora', serif;
    color: #000;
}

Best Regards,
Support

Thank you! It worked wonderfully!

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