Font Colour
-
Hi – Sorry to bother you but how do I change the font colour in my title on an individual post. I understand you can use HTML but I could only work out how to do that in the body of the post, not in the title?
Blog url: http://larnidavies.wordpress.com/The blog I need help with is: (visible only to logged in users)
-
Do you want the title the same color or for EACH separate post? I can tell you the former, not the latter :(
-
You need to purchase the Custom Design upgrade in order to change post title colors. When you have the upgrade, you can use the Custom Colors feature to change theme-defined color areas (post title is almost always one of the things you can change) or you can use the CSS Editor to add a custom rule that just changes post title color.
-
You can try out a CSS change before buying anything.
To change the post title colors in the Crisp theme, add the following to your Appearance → Custom Design → CSS editor and click the Preview button:
.post .title a:link, .post .title a:visited { color: red; }Change the color name to a color code of your choice:
http://automattic.github.com/Iris/
- The topic ‘Font Colour’ is closed to new replies.