Change header colour Twenty Eleven theme

  • Unknown's avatar

    Hey,

    I just want to know if its possible to change just the header colour on the Twenty Eleven theme. i also want to put the navigation menu inside the header on the right hand side, ?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    When you say change the header color, are you talking about the site title and tagline? If so yes, the color can be changed via CSS.

    If you are wanting to move the navigation up into the header image, that is possible too.

  • Unknown's avatar

    If you’d like to change the actual background of the header, you can do so by adding a background color via css:

    #branding {
    border-top: 2px solid #bbb;
    padding-bottom: 10px;
    position: relative;
    z-index: 9999;
    background: #111;
    }

    Just change the #111 to the color you would like to use for the background.

  • The topic ‘Change header colour Twenty Eleven theme’ is closed to new replies.