How to show different background in each page
Thursday, May 12th, 2011Use the following code for each page: .page-id-xxx, {background-image: url(“webaddresstothebackgroundpic”) !important} On the “page-id-xxx” you need to replace “xxx” with the actual page id number. To find that, go to the page and right click somewhere and select “view page source” You will see a bunch of code, but you want to look for “page-id-” [...]