See: http://phpldtemplates.org/ I want the background color of the main body to be grey (#E8E8E8), the site uses CSS so it shouldn't be to hard of a problem! If you want the job, message me here or add me to MSN: sales(@)elyme(.)com
Unfortunately, no ... that isn't what I need. For anyone else: The background colour has to stay the same, I just want the MAIN CONTENT background to be grey.... maybe it needs a new DIV?
Thanks, I pm'd SedNaX the admin login info to try and work it out, I will let you know if he/she can't figure it out
have u tried changing this body { background-color: #0B4A97; } in /wp-content/themes/BlueIce/style.css
Wel, you have an image repeated over y which is light blue in color. div.post { width: 405px; font-size: 11px; color: #000000; margin-top: -15px; padding-top: 5px; padding-left: 10px; padding-right: 20px; padding-bottom: 5px; background: url('images/index19.jpg') repeat-y; } Try: div.post { width: 405px; font-size: 11px; color: #000000; margin-top: -15px; padding-top: 5px; padding-left: 10px; padding-right: 20px; padding-bottom: 5px; background-color: #E8E8E8; } Hope it worked.
Thanks, I will PM you login information. Hmmm, I actually tried that earlier, that just changes the background of the "post" from the blue/white colour to pure grey. Check the screenshot I posted ^