Site title font and color

I would like to change the title’s font and its color. Could you help with a little CSS language that would do that? Thanks in advance.

BTW, I love this theme! Simple, easy to read, great clarity for my readers.

hey there

Hope you are having a good day and thank you for your compliment :slight_smile:
Please add this CSS in appearance - customize - additional CSS

#logo .tagline {
font-size: 22px;
color: red;
}

Thanks!
Colorlib Support Team

Hey there Noda, with one simple change to use the hex# I’m using for links, etc., this worked beautifully for the tag line. Would I just change the words “tag line” to “title” to do the same there? Also, how could I change the font for the title?

Thanks so much for your quick response!

Good morning :slight_smile:

No, sorry it will not work for the title :slight_smile: can I see it? there are several title classes and I need to know which one is your target, share a link to the page and reference text

Hi Noda,

Here’s the link to my home page with the site title, Life in the Slow Lane. I’d like to have a font that looks less formal, more casual, something along the lines of Satisfy in Google Fonts. https://sherreymeyer.com will get you there.

Good evening

If you want to change the font you can only use fonts that are already used on the website, what about this:

.navbar-brand {
font-family: ‘Montserrat’, sans-serif;
}

Great! Thanks for all your help. We can consider this request closed.

I will close this case now, Feel free to contact us again if you have other questions
Thanks!