• Resolved threespoons

    (@threespoons)


    Hi!

    I’m new to the world of coding but I’m trying my best to learn everything at once, so please forgive me if this is a stupid question.

    I wanted to keep the existing header that came with the theme but change the picture, which I’ve done, and the top and bottom border colours, which I can’t do. I can’t find the right place in the coding to do this. Can anyone give me an idea of what I’m looking for or what it would look like because I thought it would be the nav bar (top and bottom) but changing the colours here hasn’t done anything.

    It’s at shantiwallah.com.

    Many, many thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • There are thousands of WordPress themes – which means that many people won’t be familiar with your particular theme. So a link to your site where people can see the theme might result in more responses.

    Thread Starter threespoons

    (@threespoons)

    The theme is “Hanami” as mentioned in the title and the site is still at http://shantiwallah.com . Sorry I didn’t make that link before.

    There’s only a holding page at that url.

    Thread Starter threespoons

    (@threespoons)

    Crap, thanks for telling me. It was there yesterday.

    Thread Starter threespoons

    (@threespoons)

    Should be OK now.

    Also, here’s the header php looks like, if that helps.

    [Code moderated as per the Forum Rules. Please use the pastebin]

    Edit style.css and change the background value in:

    ul#topnav {
    background:#CEE1EF;
    height:2em;
    line-height:2em;
    overflow:hidden;
    }

    and

    ul#mainnav {
    background:#CEE1EF;
    height:2.5em;
    line-height:2.5em;
    overflow:hidden;
    }
    Thread Starter threespoons

    (@threespoons)

    Awesome!
    Thank you, esmi. I’ve been looking for that for ages (in totally the wrong place!). I’m slowly getting to know my way around, but I often don’t know what things are called yet, so thanks.

    No problem 🙂

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘adjusting header on hanami theme’ is closed to new replies.