Removing thin line on menu

Hi, on the menu there is a thin line above and below the menu items I’d like to remove it. How can I do this? I’ve tried using this code
.fl-page .fl-page-nav-right .fl-page-header-wrap {
border-bottom: none;
}
But it’s not working! Here is what it looks like!

Thanks