Neutra theme css header customization

  • Unknown's avatar

    I need to know the css code to remove the blue, i guess beige, and orange lines in the header. Any help?

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

  • Unknown's avatar

    Add this to your CSS:

    #left h2.title {
    background:none no-repeat scroll 0 0 transparent;
    border-bottom:4px solid #DDDDDD;
    }

    I added the border-bottom to match the existing without the colored lines. If you don’t want the border at all, just don’t include the border-bottom declaration. Or, if you want it a different color, or a different width, just edit the attributes.

  • Unknown's avatar

    wow. thanks so much

  • The topic ‘Neutra theme css header customization’ is closed to new replies.