Is this possible? I'm looking for a way to achieve different body backgrounds on different pages. The index page has a unique background while the rest of the pages have the same background as one another. So there's one index page background and one normal page background.
So how would I go about giving the index page a unique body id? Since I'm using WordPress the body tag is opened in my header.php file, how can I change the body id on the index page only?
The index page has a unique background while the rest of the pages have the same background as one another. So there's one index page background and one normal page background.
I'm using WordPress, I don't know if this helps.
Thanks in advance
http://css-tricks.com/id-your-body-for- ... ecificity/
So how would I go about giving the index page a unique body id? Since I'm using WordPress the body tag is opened in my header.php file, how can I change the body id on the index page only?