hello I am using the PrimePress theme on my blog and I want to change the background from white to an image. How can I do this? I have used php and html on other sites. But for the life of me I cant figure this out. Any help???
hello I am using the PrimePress theme on my blog and I want to change the background from white to an image. How can I do this? I have used php and html on other sites. But for the life of me I cant figure this out. Any help???
Open the CSS file and add background image for body element.
??? Ok color me stupid but can you explain a little more?
Normally inside your CSS, you will find something like this:
body { color:#000; background-color:#fff; }
So what you have to do is, just before the end } a , please add this background:url(images/yourimage.jpg) no-repeat;
Thanks alot for the help web. Worked perfectly for the image. :)
This topic has been closed to new replies.