Change Title Color

How to change it?
Tried
h1.site-title{color: #13a4c1}
not working.

Hi there

Hope you are having a good day and thank you for your question
Which? where? please provide a link to the page and reference text :slight_smile:
Thanks!
Colorlib Support Team

Title of Unite Theme.

Hello ,

I hope you are doing well today.

This CSS should do the trick:


h1.site-title a {
    color: #13a4c1;
}

Best Regards,
Support