Can you please show me where in the editor you would add a background image for the overall site?
http://blasting50.com/wp-content/uploads/2012/08/blasting50_backdrop.jpg
And what would be the syntax.
Thanks,
Chuck
Hi Chuck,
You can add it in wp-content/themes/broadscope/css/custom.css and paste this code:
body {
background: url('http://blasting50.com/wp-content/uploads/2012/08/blasting50_backdrop.jpg') left top fixed repeat;
}
I don’t think the site would look good if the image you provided above will be set as the background image, but I hope this is helpful to you. :)
Regards,
Ismael
The topic ‘How do I add a Background Image ?’ is closed to new replies.