I am just a beginner at blogging (with some css experientce). My blog (not public yet) is a tweaking of the NEAT theme. I purchased the css editor and have managed to make some customizing. But the Body backgroun-color stubbornly stays the same no matter what I do with it.
Looking at the theme, it appears that the body background is really an image (blue gradient) and not really a background-color. But there is no such style as background-image, only background-color. What I really want to do is add a background image (a speckled rust graphic) to match my web site (www.swedithintina.com) but I can't figure out what path to put in to link to an image for the background-image.
Right now I have changed the css to background-color: #C74A24 (the original is background-color: #454C67) but the end result remains blue. How can I correct this?
Thanks.
http://www.swedith.wordpress.com
Here's the css I'm using;
body {
font-size:70.5%;
font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
background-color:#C74A24;
color:#000;
text-align:left;
margin:0;
padding:0;
}