Remove Top Nav Border

Hi Team,

I want to remove the top and bottom border from the navigation bar on my design. Can someone tell me what css I’d need to do that? Here’s an image of the navigation and border:

Nav Border

I removed all colors from the top bar, header, content area, and navigation so they’d be transparent and the border is the only thing I’m struggling to remove.

I had a similar issue last week with a border on top bar and footer but Billy helped me with some custom CSS. Same issue… different area :wink:

Thanks for any help you can provide.

Dave

Not sure if that image is showing up so here’s a link too.
See Pic Here

Hey David,

This should get you going there! :slight_smile:

.fl-page-header-primary .fl-page-nav-wrap {
  border-top: none;
  border-bottom: none;
}

Best,
Billy

Just found a related post.
Not sure how I missed it the first time I searched… but problem solved :wink:

Here’s the solution in case anyone else is having same issue:

.fl-page-header-primary .fl-page-nav-wrap {
border-top: none;
border-bottom: none;
}

Thanks for all you guys do! Have a nice weekend.

Dave

Thanks Billy! I was just solving my own problem at the same time :wink:

Sorry to burden you guys… but thanks for the swift response too.

TGIF!

Dave

TGIF to you as well! :slight_smile: