Header text color

  • Unknown's avatar

    Site title panel does not let me pick color, only lets me enter text.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there!

    You can change the colors on your blog through the Colors tab under Appearance -> Customize. Can you give that a try and let me know if that works for what you’re looking to accomplish?

  • Unknown's avatar

    Hi, sorry for the late reply and thanks for your help! I was able to change the color of the site title but is there a way to change the color of the font in the site title?

    Thanks.

  • Unknown's avatar

    There are two ways to accomplish this:

    1. You can edit the font through Appearance -> Customize -> Fonts. Just adjust the “Heading” font
    2. You can edit the title font through CSS like this:
      h1.site-title a {
      	font-family: FONT HERE;
      }

      Just input that code in Appearance -> Customize -> CSS

    Let me know if either one of those works for what you’re looking for!

  • The topic ‘Header text color’ is closed to new replies.