Hi I am trying to change the background color of the misty theme.
The color code I want to use is #D7F77A. How do I change the background color and do I use the css sheet or something else?
Please respond
thanks
cuisinecitrine.com/wordpress
I use word press 2.7
Please help!
Open style.css in the theme and find the following:
body
background: #green;
margin: 0;
font: 76%/1.6em verdana, tahoma, arial, sans-serif;
color: #D7F77A;
text-align: center;
add a background color line, so it looks like this:
body
background: #green;
margin: 0;
font: 76%/1.6em verdana, tahoma, arial, sans-serif;
color: #D7F77A;
text-align: center;
background-color: #D7F77A;it doesn't work!
Looks like a green background to me...refresh your browser.
are you sure this works?
I pasted and worked through it and I updatewd it and I didn't find anything!!!
It works thanks! I have another question what about the head at about me can I remove it?
I'm looking at your site and I see a green background. Close your browser, refresh your browser, clear your cache, temp files, etc...
also I'd like to change the color of the text.
it works now please read my other posts
I'd like t change the text and remove the about me avatar
This topic has been closed to new replies.