Remove top border on top menu
Hey how do I remove the top border on the top menu bar?
I've tried getting into the Google Chrome inspector and making css customisations on the menu wrapper and the ul id menu-main-menu but nothing is working out for me. Link to the page below. The line is jus thin light grey line above the top menu.
Comments
Also, I'm using 'Below Slider' for my 'Header | Style' as the homepage needs a slider at the top. I want my site to look like the demo DJ. http://themes.muffingroup.com/be/dj/#concerts
On my content page using 'Default' template, my site is showing 152px black solid area above the main navigation. The navigation should be at the very top of the page. Do you have a fix? I can't provide a screenshot as the site is password protected so here is a sample:
<!-- #Wrapper --><div id="Wrapper"> <!-- #Header_bg --><div id="Header_wrapper" ><!-- #Header --><header id="Header"><div class="header_placeholder"></div> <div id="Top_bar">
<div class="container">
<div class="column one">
<div class="top_bar_left clearfix">
<div class="logo">
<span id="logo"><img class="logo-main scale-with-grid" src="wp-content/themes/betheme/images/logo/logo.png" alt="Berlin The Musical" /><img class="logo-sticky scale-with-grid" src="wp-content/themes/betheme/images/logo/logo.png" alt="Berlin The Musical" /></span> </div>
<div class="menu_wrapper">
<nav id="menu" class="menu-main-menu-container"><ul id="menu-main-menu" class="menu"><li id="menu-item-2285" class="menu-item menu-item-type-post_type menu-item-object-page"><a href=""><span>Home</span></a></li>
<li id="menu-item-2334" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-2331 current_page_item"><a href="contact-us/"><span>Contact us</span></a></li>
</ul></nav><a class="responsive-menu-toggle " href="#"><i class="icon-menu"></i></a> </div> <div class="secondary_menu_wrapper"> <!-- #secondary-menu --></div><div class="banner_wrapper"></div><div class="search_wrapper"></div> </div></div> </div></div> </header> </div> </div><!-- #Wrapper -->
#Header {
min-height: 0px !important;
padding-top: 0px !important;
}
Which seems to have fixed it.