Could you please tell me how to change the font colors of everything (posts + sidebar)?
Could you please tell me how to change the font colors of everything (posts + sidebar)?
body {
color:#color;
}
where would I place this in the scripting?
in the css stylesheet in the theme you are using...'style.css'
While changing the font color in the "body" tag reference in the style.css file will change the overall colors of the fonts, it might change all of them.
Open your style.css file in the folder of the Theme you are using (make a backup copy of the file, just in case) and do a search for the reference:
color:
through the entire style sheet. Colors may be different for titles, headings, links, and all throughout your entire site. The color set in the body tag style usually covers the font within the content or post area of your Theme.
Take care with this. Your links "should" be a different color from the rest of the font colors. You might want your titles to be a different color from the rest.
Here are some articles that might help:
http://codex.wordpress.org/Developing_a_Colour_Scheme
http://codex.wordpress.org/Designing_Headings
http://codex.wordpress.org/Styling_Lists_with_CSS
http://codex.wordpress.org/Playing_With_Fonts
This topic has been closed to new replies.