Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #397855

    Hi – I want remove the border above the logo – I am using transparency. I tried advanced styling with the bar above logo – but that did not work. I am also using this code to hide the main menu.

    .home .avia-menu.av-main-nav-wrap {
    display: none;
    }

    I have included a link to the site. Thanks for your help!

    Anna

    • This topic was modified 9 years, 1 month ago by annameis.
    #397872

    Hi annameis!

    I don’t see a top gold border but I think what your wanting to do is add this to your custom CSS.

    #header_meta {
      border-bottom: 0 none !important;
    }

    Cheers!
    Elliott

    #397877

    Worked perfectly. Thanks for the FAST reply!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove top border in header – but leave bottom border’ is closed to new replies.