Bootstrap transparent navbar

后端 未结 7 1791
星月不相逢
星月不相逢 2021-02-05 15:23

I\'m trying to make the navbar transparent kinda like this. But I can\'t seem to get it to work. I\'ve added rga(0,0,0,0.5) on the navbar class.

7条回答
  •  误落风尘
    2021-02-05 15:45

    Consider that your code is like this

    
    
    

    Just add the following code into your CSS that's it

    .bg-dark {
        background-color: transparent !important;
    }
    

提交回复
热议问题