Viewing 4 replies - 1 through 4 (of 4 total)
  • It is going to take some work to make it fit in that theme.

    1. upload your image to your theme’s image directory.

    2. goto your wordpress dashboard=>appearance=>editor

    It should have style.css open automatically. Look for this code:

    .header
    {
    	width: 940px;
    	margin: 0 auto;
    	height: 155px;
    }

    Add these lines to make it look like this:

    .header
    {
    	width: 940px;
    	margin: 0 auto;
    	height: 155px;
             background-image: url("images/YOUR_FILE");
    	background-repeat: no-repeat;
    }

    Don’t forget the extension on your picture file .jpg or .png, etc.

    From there, we’ll have to mess with your other elements to make it look right.

    Forget everything I just said.

    Your theme actually has a custom logo built in! Check out the theme options in your dashboard!

    Thread Starter kreznik829

    (@kreznik829)

    Thanks. I actually looked at that, but wasn’t sure how to actually get my logo there. I tried to put in the path, but got an error. I am not sure what I am doing wrong. It is not as simple as “browsing” for the file and uploading like most programs.

    ok. Where you put your image is the important part. My suggestion is to use an ftp program to upload your file to your theme’s images directory. Then you can confidently fill in the blank like so:

    wp-content/themes/ilookgood/images/my_image.jpg

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘ilookgood theme help’ is closed to new replies.