• Hello there

    How do I change the font, color and size of my Blog title. I would like the color to be black and the font size a little smaller.

    I’m looking for a CSS code if there’s one.

    Thank You!

Viewing 1 replies (of 1 total)
  • Hi @facetocurls,

    Hope you’re well ??

    Blog Title uses default link color but if you want to change only that and leave rest of your links in current color and size then you should be able to do it with this CSS code

    .site-title a {
        color: #000;
        font-size: 35px;
    }

    You can use plugin like this one for this additional CSS. That way you’re protected when you come to upgrade.

    Cheers,
    Predrag

Viewing 1 replies (of 1 total)
  • The topic ‘Site Title Font, Color & Size’ is closed to new replies.