Changing font color

  • Unknown's avatar

    I am trying to change the font color on the title and subtitle of the blog, because right now the color is so similiar to the picture in the background that it can’t be read. I have looked in 12 places – this seems like it should be easy, but I am having trouble.

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

  • Hi there,

    If you have the Premium plan or Business plan, you can change the color of both site title and site description through Custom CSS function. If you have those plans, please add the following CSS code. I set a white color as an example. Please change to any colors you want later. If you are not familiar with color codes, you can figure out here: http://htmlcolorcodes.com/.

    h1.site-title a {
        color: #fff;
    }
    
    h2.site-description {
        color: #fff;
    }

    I hope this info helps you.
    Thanks :)

  • The topic ‘Changing font color’ is closed to new replies.