Ads By Google

Simple Modifications For Your WordPress Theme

Lots of us like to do some modifications to our WordPress Themes to make it look unique. In reality, modifying a theme’s look is easy and anybody, even without basic knowledge of CSS can do it with some experimenting and through trial and error. The most important thing to remember is to keep the original copy of you theme’s code handy and not delete them once you have uploaded your theme. If the layout turns funny after changing something that you can’t remember, all you have to do is to copy and paste back the whole original CSS file.

I am presuming that you know how to use your FTP client to upload files to your server as you already know how to upload a new Theme. The most popular way to personalise your theme is of course to change the header image to your own unique design and just by changing the header image alone will make you stand out of the crowd.

Changing The Header Image

For noobs like me, who don’t have any prior training in HTML or CSS, changing the header image will be made easier if the theme that you have downloaded have an image as header. Many themes nowadays, don’t have images for headers as they believe it distracts the readers attention from the contents or the Ads. It is a subjective topic so I am not dwelling into it, but if your theme has an existing header image and you want to change it, go to Dashboard – Presentation- Theme Editor – Stylesheet.

Scroll a little way downwards and you will find these codes.

#header{
height:160px;
width:950px;
background: url(images/wall.gif) no-repeat;
color:#ffffff;
}
Take note of the height, width and the name of the title of the image which in this case is, 160 px, 950 px and wall.gif.

Open Photoshop or whatever image editing program you are using and make a new image with exactly the same height and width as the one in your Theme. After completing the design, remember to save it in the same format and same title. The one we are talking about here is a gif file, so save your image as gif. If your original image is a jpg file save it as a jpg file. If you save it in the exact format, then you won’t even have to edit and codes your CSS file.

Now open your FTP client and connect to your server the way you would when you were uploading your theme. Go to the theme that you are using, open the folder, look for the folder named “image” inside and open that folder. Locate the new image that you have created and upload the image. Since it has the same title and in the same format, you will be prompted to overwrite the old file. Do just that and the new image will take over the old one. Open your blog and enjoy your new header. You just changed your header without touching any codes. Next post, let’s change the the background colour or maybe add an image to the background.

Share This Post
Ads By Google
 

Free Updates

Subscribe to receive Free WordPress Theme Tips, Reviews and Discount Codes

Related WordPress Theme Tips

How To Make A Simple MiniSite TemplateFor Those who have downloaded the Seven Dollar Secret you would too have gained access to the 7 Dollar Script. As mentioned before, if you have done some digging on...

How To Use The Custom Stylesheet In Your WordPress ThemeLots of more advanced WordPress Themes these days comes with an extra css file called the custom stylesheet. You will find this file along the css stylsheet file when you...

Customizing Your First WordPress ThemeFor those who wants to customize a WordPress Theme for themselves, the best place to start your experiments is the default theme that comes with your WoprdPress Installation. The default...

How To Add A Second Header To Your WordPress ThemeJust added a second header to my Theme. When I created this Theme, there was no plans at all of wanting a second header as I don’t have anything that’s...

Evolution – A Clean And Simple WordPress ThemeFor those looking for a clean and uncluttered WordPress Theme, the Evolution Theme will be your choice. This latest release from Elegant Themes sports a simple looking, clean and minimalistic...

Those who found this page were searching for:

  1. wordpress thumbnails with excerpts
  2. simple press modifications
  3. word press themes modifications
  4. remove navigation bar from neoclassical wp theme
  5. Wordpress round corners
  6. wordpress header modifications
  7. wordpress thesis theme for free
  8. simplecst wordpress theme
  9. free online thesis download
  10. wp themes easy and simple

6 Responses to “Simple Modifications For Your WordPress Theme”

Read below or add a comment...

  1. Darran says:

    Well the code you have given may well work on themes, however it is by no means all of them. Some blogs may code their header image by using the H1 A instead of a simple DIV like what you have mentioned, others might juse use image sources which would be the easiest to modify without any change of code. In my opinion, if you are actually modifying the code, the first and foremost thing is to know your code well. Because there are different ways to get around to displaying what I want, for e.g. I want to change my header image, but put me in a crowd of several other coders and we will have different ways of achieving the same effect.

  2. Costa says:

    Darran

    Yup, that would be easy if you are well trained and have good knowledge of CSS and codes, but how many of us do? I, for one is one big noob when it comes to this, so if I like a theme that don’t comes with a image as a header,(like this one) I don’t even think of adding a image as a header as I will probably screw up the whole layout. LOL. Read the third paragraph, but thanks for your input anyway.

  3. Costa says:

    BlueWorkhorse

    Sure can, I’ll do it in my upcoming post.

  4. Rhys says:

    Hi Costa -

    Reading your latest post in Grizz’s blog has finally inspired me to stop procrastinating and write about my method – How to Easily Modify Word Press Theme.

    I have linked to this post so surfers can get a rounder picture, and hopefully get some of the same benefits we enjoy using the method ourselves.

    I trust this is helpful – Rhys

Trackbacks

  1. [...] The other really important thing to do with your WordPress theme is set up your widgets so that only content and your key [monetizing] link(s) are visible ‘above the fold’; that is when the page is first viewed and BEFORE any scrolling takes place – that way, the non-serious, social traffic surfers can exit the page with one click, and hopefully it will be your “pay-off” link! Viola, Payola! Visit Costa and get another slant on  this idea of simple modifications for your Word Press Theme. [...]