Font-color in Manifest

  • Unknown's avatar

    Hello!
    How can I change font color for my blog posts in Manifest theme by using CSS? Original color is #333, i changed manually all selectors with that color to different one but nothing happened. It’s not hard to change blog background color, but changing font colors seems hard to me.
    Thank You!

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

  • Unknown's avatar
  • Unknown's avatar

    The blog linked to your username is wearing the Twenty Eleven theme. Please post an active link strating with http:// to the blog wearing the Manifest theme that you need CSS editing help with.

  • Unknown's avatar

    How can I change font color for my blog posts in Manifest theme by using CSS?

    http://wylersblog.com/ is using Twenty Eleven, not Manifest.

    To change out the base font color in the Manifest theme, try this:

    #core-content p, #core-content li, #core-content dd {
    color: midnightblue;
    }

    Change the color name as necessary. Note that this only changes the base font color, if there are any other specific colors for text set in the theme, then you would also need to change those out as you go. If you need help finding them, please send a link to the blog you’re working on and point out the specific text you’d like to change.

    To change out the base font color in the Twenty Eleven theme, try this:

    body {
    color: wheat;
    }

    Again, this only changes the base font color and other colors may need to be adjusted separately.

  • Unknown's avatar

    Thanks for Your answers!

  • Unknown's avatar
  • The topic ‘Font-color in Manifest’ is closed to new replies.