change background by page id
-
hi,
how can i change my background by page id ?i tried this:
body { background-color: #000; background-image: url("back2.jpg"); background-attachment: fixed; color: #999999; } body.page-id-2 { background: #000; background-image: url("back1.jpg"); } body.page-id-6 { background: #000; background-image: url("back.jpg"); } body.page-id-8 { background: #000; background-image: url("back3.jpg"); }
doesn’t work:(
thanks
s.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘change background by page id’ is closed to new replies.