Forums

changing the header if i'm using Limau Orange 0.1 (3 posts)

  1. budgetdaily
    Member
    Posted 4 years ago #

    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!

  2. mendezki
    Member
    Posted 4 years ago #

    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.

  3. budgetdaily
    Member
    Posted 4 years ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic