• Hey, I was wondering if anybody knew how to change the background color. My site: http://beautymarksmag.com has a darkish grey color at the back that I would like to change. I went to the style.css and looked at the body and changed it from #f4f4f4 to #ffffff, but it won’t budge. I don’t know if it’s taking a while to change the color(sometimes it does that), or it didn’t work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • looks like the body background is currently an image.

    body { background:#ffffff url(sprites/i/bg.png) repeat; }

    possibly change to –

    body { background:#f4f4f4; }

    Thread Starter sticknstones

    (@sticknstones)

    I’ve tried and it still won’t change. Thanks for the response though!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change background color?’ is closed to new replies.