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
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
Worked perfectly. Thanks for the FAST reply!