I am opening a modal but when I do this the page behind the modal goes very dark. Can someone explain how I can change this. For example how could I make it so there\'s just a v
If you are using bs 3, you can use data-backdrop="false" attribute in your link so you dont have to modify your base bootstrap files.
It's in the documentation