Hello, and thanks for looking.
I have a simple problem. I'd like to be able to change the background color depending on which page I'm on. Would the body_class function be a good way of doing this, and if so, how do I know which class to use?
For example, would I use CSS like:
#body .home {
background-color:#0033CC;
}
to do this? (this didn't work by the way..), or is there a better solution?
Thanks.