Answers for "how to color a modal in bootstrap"

0

modal background color

rgba(0, 0, 0, .5);
Posted by: Guest on January-26-2021
0

bootstrap modal remove gray background

$('.modal-backdrop').remove();
Posted by: Guest on May-02-2020

Code answers related to "how to color a modal in bootstrap"

Browse Popular Code Answers by Language