WordPress – How to customize a theme?

I just signed up for wordpress.com, I can see how to edit CSS but I want the header to not be text but rather an image. how do I update the page template on wordpress? on tumblr it’s so easy, wordpress is tricky!

Related posts

Leave a Reply

4 comments

  1. WordPress.com only let’s you edit CSS of their pre-installed themes. Actual theme files cannot be edited, and also you cannot install just any theme you want. You will need to self host your own WordPress install to customize and add themes in the manner that you are hoping to.

  2. Since you can only edit the CSS on WordPress.com, you might try a background image. You can upload an image into the media section and then, using CSS, format the header area to the height and width that you want and place a background image into the header. And then if you want to get rid of all of the text, you could use something like this on the header to push all of the text off the page:

    text-align:left;
    text-indent:-5000px;