I am trying to change the background color for the icon button in case of iphone screens….
but the color is not changing can you tell how to fix it…
when you reduce the browser window to iphone screen you can see the menu button in grey color….
when i give background-color: red only the border shows red how to show the entire button in red color
.navbar .btn-navbar {
display: block;
background-color: red;
}
The cause is the:
in the bootstrap.css wich declares a background color for your button.
Add a style to your query, like this: