I am working on http://www.mathisregazziblogs.com
I want the post background to be white and stay white for all posts (but keep the sides black).
How do I do this?
I am working on http://www.mathisregazziblogs.com
I want the post background to be white and stay white for all posts (but keep the sides black).
How do I do this?
Oh,2nd question: I also need change the text to black once the post backgrounds are white please for http://www.mathisregazziblogs.com
.post { padding: 10px 0 0; }
i believe a white background here would do it...
.post { padding: 10px 0 0; background-color: #fff; }
and I believe adding under that
.post p { color: #000; }
turns your text black
Thanks!
So I go to
-Appearance
-Editor
Then where do I input that info exactly? I see that there are choices for Header, Footer, Stylesheet
stylesheet
the first line I posted is already in there, you want to edit it to look like the second, and then add the third right under it
then press ctrl+f5 while looking at site to refresh browser and see changes
Thanks, that worked great.
The only thing it doesn't work for is the most recent post. Every other post it works on.
see an example look at my test blog http://www.kingocars.net
the recent post automobile stays the same
thank you I got it! you were a big help and I apprectate it!
This topic has been closed to new replies.