Support » Theme: Tracks » Black line above secondary menu

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi Jay,

    I see what you mean, thanks for the screenshots. The following CSS should fix this:

    .site-header {
      border-top: none;
    }
    .top-navigation {
      padding-top: 0.75em;
    }

    That will remove the border from the top of the header and add some space above using padding in .top-navigation, so it will all be white now.

Viewing 1 replies (of 1 total)
  • The topic ‘Black line above secondary menu’ is closed to new replies.