• Hi, I uploaded the Limau Orange 0.1 theme. how do you change the header so that that it reads my blog name instead of “limau orange.” i already updated my blog title under options, but it doesn’t show thru on my blog.

    thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The title of your blog is (more or less) replaced by an image. You’ll find the image in your theme’s images folder, it’s called logo.gif. You could edit this file to reflect your own blog’s title.

    Alternatively, to remove the image you could edit your theme’s style.css file (backup first). Look for

    #header h1 {
    margin:0pt;
    padding:0pt;
    text-indent:-10000px;
    }

    and get rid of the text-indent:-1000px; part

    And also turn

    #header h1 a {
    background:transparent url(images/logo.gif) no-repeat scroll left top;
    display:block;
    height:56px;
    }

    into

    #header h1 a {
    display:block;
    height:56px;
    }

    Which should do the trick.

    Thread Starter budgetdaily

    (@budgetdaily)

    thanks much! i will try this and see what happens (although my skillz are very limited). hehe ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘changing the header if i’m using Limau Orange 0.1’ is closed to new replies.