Post content Color

  • Unknown's avatar

    In desperate need of help as this is the last adjustment to my blog. I need to change the color of the text in my posts. I have managed to figure out the css coding for the links, the title, etc. in a post but not the main text. i cant find the correct section in the original style sheet. Any suggestion?

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

  • Unknown's avatar

    The base font color in the Chunk theme is set in for the body tag. You can change the color for it by adding this to your Appearance → Custom Design → CSS:

    body {
    	color: #000;
    }
  • The topic ‘Post content Color’ is closed to new replies.