changing the color of my page title and byline on Misty Lake Theme

  • Unknown's avatar

    Need help creating the CSS coding to change the title of my blog and byline to white (currently black) in the Misty Lake blog theme. I also need guidance on how to inject that coding once it’s created (I am not a techy AT ALL!). Thank you!!!

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

  • Hi

    Here’s a tutorial that shows you how to add the custom CSS code to your WordPress.com site: https://en.support.wordpress.com/custom-design/editing-css/

    Please note that you will need to have the premium or business level account in order to edit your CSS.

    In order to change the site title and tagline to white, you’ll need to add the following CSS code

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

    Hope this helps! Let us know if you have any other questions.

  • The topic ‘changing the color of my page title and byline on Misty Lake Theme’ is closed to new replies.