Question by Green Eyed Masterpiece: How do you get a customised wordpress background?
Does anybody know how you get those customised backgrounds on wordpress. All i can seem to get is the ones they provide. Can a person assist me pleaseeeeeeeeeee?
Best answer:
Answer by Michael
If you are utilizing WordPress.com, there is no way to do that.
Give your answer to this question below!




























{ 1 comment… read it below or add one }
There is in fact ways to to this. I would recommend that you went into the CSS script and edited the body background colour. It’ll be something like:
body {
background: #333333;
}
Simply edit this code into the background, and this will change the background colour of the blog. You can do this via the CSS edit part of the Dashboard I believe. Or you can FTP the CSS file onto your PC and edit it via Notepad++ or something.
You can either do this, or if you have the ability, make your own WordPress theme. This can be easily done by making a theme and embeding the WordPress PHP in the HTML code you have built. Place the HTML into the code around the PHP to the WordPress bits appear in the content section of the page (you may wish to delete the header, footer and sidebar otherwise it could mess things up). Then place a link to the CSS in the HTML so it uses your CSS script, orjust replace theirs with yours.
-Max
You must log in to post a comment.