Saturday, 31 August 2013

change background image of wordpress site

change background image of wordpress site

I am trying to change the body background image for a wordpress site but
it is not working.
The HTML class is this:
<body class="home blog" style>
And my CSS is this:
body.home.blog{
background-image:url('http://distilleryimage10.s3.amazonaws.com/0d443332b7bc11e2a7d622000a9e298f_6.jpg');
background-position:right top;
}
Does anyone know what CSS to write?
Also this is a wordpress site so keep that in mind. I don't use wordpress
or php very often.

No comments:

Post a Comment