Trying to change background color
Im trying to change the background color to white in Jobroller. I've gone ahead and changed the bg.png and adjusted the css but no luck. Here is the CSS code that was changed.
body {
text-align: center;
line-height: 1.4em;
color: #555;
background: #FFFFFF url(/images/bg.png) repeat-x bottom fixed;
font-size: 62.5%;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
height: 100%;
min-width: 992px;
}
Let me know what I'm missing. Just trying to change the background to white rather than the light gray.