How to change site title color

Hi, I am trying to change the color of the site title. I have already tried various CSS codes that have been recommended previously in this forum. However, nothing seems to be working. Please can you help with this?

Hey there

Please always include link to the page in the question,
Thanks

I am trying to change the color of the website title in the header. www.untoldwanderlust.com

Thank you for your help!

hi there

you may use this css code to fix it:

.site-name .navbar-brand {
color: #ff5e00;
}

Thank you! This worked perfectly

Nice to hear that :slight_smile:

Have a good day