Background custom image for page

Posted in: Newspaper
Post count: 18

Hi, is possible to use an unique background image for a page? thanks!

Post count: 6600

Hi,

Yes, you can use the unique page id set on the body tag of the page to set a background image only for that specific page, like i did here: http://screencast.com/t/wFIBawec
Use a css similar tot this:

.page-id-800 {
background-image: url("http://fortunesportsmedia.com/wp-content/uploads/2013/09/Depositphotos_4119940_original.jpg");
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.