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.
rga(0,0,0,0.5)
navbar
Consider that your code is like this
Just add the following code into your CSS that's it
.bg-dark { background-color: transparent !important; }