• I would like to remove the black lines from above and below the header in theme Twenty Ten. I’ve tried entering in the Customised Additional CSS section:

    .header {
    border: none;
    }

    But it doesn’t work. Please could I have another suggestion.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter puzzled434

    (@puzzled434)

    I’ve found the answer myself.

    On Dashboard go to:
    Appearance
    Customize
    Additional CSS

    Insert in box:

    /* This is the custom header image */
    #branding img {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    float: left;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Twenty Ten – Remove black lines from header’ is closed to new replies.