Can't change site-title color

Hi!

First off, I’m not great at HTML/CSS, but can usually hack my way through it. I’m also new to Jekyll. I’m setting up a Just the Docs theme on Github Pages for a documentation site.

I’ve done a number of minor edits, but I’m banging my head against the wall for hours trying to do something that I’m guessing is very simple. All I want to do is change the site-title (where it says “Priceless Pricing” from black to grey (#5c5962) text color.

Am hoping someone can help.

Thanks.

Hello,

In order to change the color of your title, whose class is .lh-tight, you can add color: #5c5962; to the .lh-tight class in your CSS.

Hope this will help :slight_smile:

Thank you. I was seeing the class as .site-title, so that’s why I was stuck…