How to remove the “border-radius” of the navbar-inverse in Bootstrap 3? [closed]

送分小仙女□ 提交于 2019-12-13 08:05:51

问题


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://stackoverflow.com/questions/20561563/how-to-remove-the-border-radius-of-the-navbar-inverse-in-bootstrap-3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!