Which file determines the color of the text in posts and comments and how do I change it.
Thank You
Which file determines the color of the text in posts and comments and how do I change it.
Thank You
The file you want to change is style.css
You can get to this file through Appearance - Editor - Stylesheet
I am not sure which area you will have to change. I have been changing some of mine to see but I haven't figured it out yet. When I do I will let you know.
When you open up the Stylesheet, there will be a "body" section. Mine looks like this:
body{
font:12px Arial, Helvetica, Verdana, sans-serif;
color:#252525;
background:#42709F url('images/main-bg.jpg') 50% 0% no-repeat;
text-align:center;
margin:0;
padding:0;
}
change the color there for the text in posts. (So you would replace color:#252525)
This also changes the color of the text in the comments...
Hope I helped :)
OK Tried that but it didn't seem to work. Trying to go to WHITE the color code I have is #ffffff for white.
#FFFFFF is the HTML color code for white...
Copy and paste the body portion of your stylesheet here so that we can compare
This topic has been closed to new replies.