body_class – how do I know which class I’m in?
-
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.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘body_class – how do I know which class I’m in?’ is closed to new replies.