How to remove the “border-radius” of the navbar-inverse in Bootstrap 3? [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . Everything is pretty much in the question. With a classic navbar (not inverse) the navbar is white with no border-radius but now that it is inverse, I can't manage to remove the border-radius. Here is a pic of what I have : Thank you very much Alex 回答1: use style="border-radius:none !important" 来源: https:/