Hello,
I want to know how in insert a background image behind the page content. Platform Pro / WP 3.0.1
Thanks
Background Image behind page content
Started by
cefisher
, Nov 01 2010 10:24 PM
3 replies to this topic
#1
Posted 01 November 2010 - 10:24 PM
#2
Posted 02 November 2010 - 03:39 AM
`
#page, #twitterbar, #footer{background:transparent}
body{background:#fff url(whatever.jpg) center no-repeat}
`
Add this to your Custom CSS area or child theme.
Thanks, Bryan
#page, #twitterbar, #footer{background:transparent}
body{background:#fff url(whatever.jpg) center no-repeat}
`
Add this to your Custom CSS area or child theme.
Thanks, Bryan
#3
Posted 05 November 2010 - 12:28 PM
Hi Bryan,
This code works fine except that the footer now appears white. Any suggestions?
Thanks much!
#4
Posted 05 November 2010 - 03:01 PM
Never mind. I set the #footer to background:000000 and it was fine.










