When creating a modal in twitter bootstrap, is there any way to change the background color? Remove the shading entirely?
NB: For removing shading, this doesn\'
For Angular(7+) Project:
::ng-deep .modal-backdrop.show { opacity: 0.7 !important; }
Otherwise you can use:
.modal-backdrop.show { opacity: 0.7 !important; }