I'm having problem with setting bootstrap3 navbar transparency or opacity color. I didin't change anything in bootstrap.css or bootstrap-theme.css
In my menu I'm Trying to put image under that and set color to black-transparent or black with opacity like here:
http://i.imgur.com/f9NNwtD.png
You can see that opacity ammount is not very high but it is , and i have to do something like that. When I'm changing anything the color is setting white so please help me.
The Code below:
<div class="navbar transparent navbar-inverse navbar-static-top hr">
<div class="navbar-brand logo"></div>
<div class="navbar-brand-right">
</div>
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav mineul" style="font-size:17px;margin-top:9px; color:white;">
<li><a href="#">Test1</a></li>
<li><a href="#">Test1</a></li>
<li><a href="#">Test1</a></li>
</ul>
</div>
</div>
</div>
And bootply:
http://bootply.com/106966
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…