Hello all,
Need a little help
I am trying to put a background image on my home page and i want blog post to be in front of the image.
any help would be appreciated.
Need a little help with homepage back ground image?
Hello all,
Need a little help
I am trying to put a background image on my home page and i want blog post to be in front of the image.
any help would be appreciated.
Insert into your style.css file (can be found under Appearance -> Editor)
body
{
background-image:url('example.gif');
background-repeat:no-repeat;
background-attachment:fixed;
}
Thank you for the reply.
I did that and it works thanks but I also want my blog to have a white background, how do I put my blog post in a white box.
See more comments
I'm Planning to create a website on Home security and want to buy a domain for it.
So far i have come up with tosecurityandbeyond.com and protectyouresidence.com.
Please
Need a domain with a subject of home security?
I'm Planning to create a website on Home security and want to buy a domain for it.
So far i have come up with tosecurityandbeyond.com and protectyouresidence.com.
Please
Insert into your style.css file (can be found under Appearance -> Editor)
body
{
background-image:url('example.gif');
background-repeat:no-repeat;
background-attachment:fixed;
}
Thank you for the reply.
I did that and it works thanks but I also want my blog to have a white background, how do I put my blog post in a white box.