Writr theme – change main font colour

  • Unknown's avatar

    Could I please get some help with editing the colour of the font on my posts, pages etc.?

    I would like to change the font colour of the main text from mid-grey to make it darker, and also change the font colour of the comments section to match, including the comment date and ‘reply’ links. Basically any text that is currently grey I’d like changing to black!

    I have the CSS upgrade and am using the Writr theme, however there is no option within the colour customisation settings to change the main font colour.

    Many thanks in advance for any help you can give me!

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

  • Unknown's avatar

    Hi there, the main font color is set in “body” in Writr. It changes the comments text color as well. Add the following CSS and edit the font color code as desired.

    body {
        color: #656565;
    }
  • Unknown's avatar

    Thank you I didn’t realise it was that simple! It worked straight away :-)

    Many thanks for your help

  • Unknown's avatar
  • The topic ‘Writr theme – change main font colour’ is closed to new replies.