Horizontal lines in header

Hi,

I’m trying to get a completely plain white header area with white navigation, but the top bar, logo area and navigation bar all have a grey horiztonal line between the sections. Is there a way to remove this, or does this need to be done with CSS?

Thanks,

Mark

Hi Mark,

Can you provide a link to your site, so we can take a closer look, please?

Thanks,
Danny

[Content Hidden]

Hi Mark,

Can you try adding the following CSS and this should remove the border on those elements.

.fl-page .fl-page-bar,
.fl-page-nav-wrap {
    border: 0;
}

Thanks,
Danny

Superb Danny! Thanks for the help!

Mark

I tried that in the CSS / Editor and it did not work for me.

www.waterfowltips.com

Thanks,

Hey Brian,

Where did you place the code? Try placing it under Appearance > Customize > Code > CSS Code?

Ben