So, I'm using Bootstrap 3 and I have nav-tabs element for the menu. In the bottom of the nav-tabs is sort of a border which is default in Bootstrap. I tried to change the color or even delete it but none of these is working.
I tried to override tthe property in the Bootstrap which in the source code looks like this:
.nav-tabs { border-bottom: 1px solid #ddd; }
Maybe this is not the correct selector of that border, so this could also be a problem.
Here is the fiddle of project: http://jsfiddle.net/eenho5dw/