I want to change ☰ color.
HTML:
I do not know if your still looking for the answer to this problem but today I happened the same problem and solved it. You need to specify in the HTML code,
** div class = "container"> or **** div class = "container"> You got that place in your CSS .navbar-default-toggle .navbar .icon-bar { background-color: # 0000ff; } and what I did was add above .navbar .navbar-toggle .icon-bar { background-color: # ff0000; } Because my html code is **** div class = "container"> and if you associate a file less / css search this section and also here placed the color you want to change, otherwise it will self-correct the css file to the state it was before // Toggle Navbar @ Navbar-default-toggle-hover-bg: #ffffd; **@ Navbar-default-toggle-icon-bar-bg: # 888;** @ Navbar-default-toggle-border-color: #ffffd; if your html code is like mine and is not navbar-default, add it as you did with the css. // Toggle Navbar @ Navbar-default-toggle-hover-bg: #ffffd; **@ Navbar-toggle-icon-bar-bg : #888;** @ Navbar-default-toggle-icon-bar-bg: # 888; @ Navbar-default-toggle-border-color: #ffffd; good luck 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
or
**** div class = "container"> You got that place in your CSS .navbar-default-toggle .navbar .icon-bar { background-color: # 0000ff; } and what I did was add above .navbar .navbar-toggle .icon-bar { background-color: # ff0000; } Because my html code is **** div class = "container"> and if you associate a file less / css search this section and also here placed the color you want to change, otherwise it will self-correct the css file to the state it was before // Toggle Navbar @ Navbar-default-toggle-hover-bg: #ffffd; **@ Navbar-default-toggle-icon-bar-bg: # 888;** @ Navbar-default-toggle-border-color: #ffffd; if your html code is like mine and is not navbar-default, add it as you did with the css. // Toggle Navbar @ Navbar-default-toggle-hover-bg: #ffffd; **@ Navbar-toggle-icon-bar-bg : #888;** @ Navbar-default-toggle-icon-bar-bg: # 888; @ Navbar-default-toggle-border-color: #ffffd; good luck 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
You got that place in your CSS
.navbar-default-toggle .navbar .icon-bar { background-color: # 0000ff; }
and what I did was add above
.navbar .navbar-toggle .icon-bar { background-color: # ff0000; }
Because my html code is
**** div class = "container"> and if you associate a file less / css search this section and also here placed the color you want to change, otherwise it will self-correct the css file to the state it was before // Toggle Navbar @ Navbar-default-toggle-hover-bg: #ffffd; **@ Navbar-default-toggle-icon-bar-bg: # 888;** @ Navbar-default-toggle-border-color: #ffffd; if your html code is like mine and is not navbar-default, add it as you did with the css. // Toggle Navbar @ Navbar-default-toggle-hover-bg: #ffffd; **@ Navbar-toggle-icon-bar-bg : #888;** @ Navbar-default-toggle-icon-bar-bg: # 888; @ Navbar-default-toggle-border-color: #ffffd; good luck 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
and if you associate a file less / css
search this section and also here placed the color you want to change, otherwise it will self-correct the css file to the state it was before
// Toggle Navbar @ Navbar-default-toggle-hover-bg: #ffffd; **@ Navbar-default-toggle-icon-bar-bg: # 888;** @ Navbar-default-toggle-border-color: #ffffd;
if your html code is like mine and is not navbar-default, add it as you did with the css.
// Toggle Navbar @ Navbar-default-toggle-hover-bg: #ffffd; **@ Navbar-toggle-icon-bar-bg : #888;** @ Navbar-default-toggle-icon-bar-bg: # 888; @ Navbar-default-toggle-border-color: #ffffd;
good luck