Transparent color of Bootstrap-3 Navbar

前端 未结 4 1491
死守一世寂寞
死守一世寂寞 2020-12-08 03:46

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

4条回答
  •  醉酒成梦
    2020-12-08 03:55

    .navbar {
       background-color: transparent;
       background: transparent;
       border-color: transparent;
    }
    
    .navbar li { color: #000 } 
    

    http://bootply.com/106969

提交回复
热议问题