Monday, August 10, 2009

Change Blogger Font Color in Posts

You can do this a few different ways:

1) Color Name
<font color="color name">YOUR TEXT GOES HERE</font>

EX. If you wrote <font color="purple">Eggplant</font> in a New Post, the published result would look like this: Eggplant

CLICK HERE TO CHOOSE A COLOR NAME

2) Color HEX
<font color="color HEX">YOUR TEXT GOES HERE</font>

EX. If you wrote <font color="#FFA500">Basketball</font> in a New Post, the published result would look like this: Basketball

CLICK HERE TO CHOOSE A COLOR HEX

3) Variable Definition
  • Press the Layout tab
  • Press Edit HTML
  • Ctrl+F and search for:
    Variable name="textcolor" description="Text Color"
  • Directly under it, change the value to your color's HEX code.
  • Press Save Template

NOTE: When you change the Variable Definition of the Text Color, it changes the font color of the text on your entire website (not just the posts).

4) Blogger Fonts and Colors Tool
  • Press the Layout tab
  • Press Fonts and Colors
  • Press Text Color
  • Choose your color that you would like to use, and press it.
  • Press Save Changes

NOTE: When you change Text Color using this method, it changes the font color of the text on your entire website (not just the posts).

No comments:

Post a Comment