Need help with changing blog title color

  • Unknown's avatar

    I am trying to change the font color of the blog title and tag line. Please help or let me know if its possible to do it ?

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

  • Hi,

    In order to change a specific font color, you will need Custom CSS, which is a feature of the WordPress.com Premium and WordPress.com Business plans.

    Once you have this feature, launch your site customizer then click on the CSS tab to access the CSS editor. Insert the following code:

    .site-title a, .site-description {
        color: #fcfcfc;
    }

    Then edit the existing color code to your desired color code. You can even use common color names (like red, green, purple etc) instead of the hexadecimal color code.

    Hope this helps.

  • The topic ‘Need help with changing blog title color’ is closed to new replies.