Hello!
Thanks for posting your question regarding how to change the font color selection for your Site Title. I’m sorry to see that you are experiencing difficulty with this. The Site Title for the Hifidel Inspiration is controlled by the theme to contrast with the color of the background (using either white or black colors exclusively). In order to change this behavior, you will need to customize the theme at the CSS level. The Advanced section of the Customizer allows you to easily make CSS modifications. Based on the values found by using Google DevTools, the following code should do the trick:
.palette-primary .site-title a{
color:#800080
}
The #800080 (purple) color can be adjusted to the value you would like, using hexadecimal values.
I hope this helps!
Sincerely,
Carlos D