Hi,
I got this to work also. Thank you @megan
@stoyan
I added the page id like this:
body.page-id-31 {
background: url(url to the image)
}
With no ” around the link. But both ways work.
Page ID i found in the admin panel -> Pages -> select a page -> and then permanent link gives the ID.
If you want the image to be full size. I solved it like this:
body.page-id-31 {
background: url(url to the image)
no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
Hope it help some one.
-
This reply was modified 7 years, 10 months ago by
jrod236. Reason: typo