Change the background color in bootstrap modal


Change the background color in a twitter bootstrap modal : You can change bootstrap modal’s background color as below


Change the background color in bootstrap modal

Add the following css to change the background color of bootstrap modal

Change the background color in bootstrap modal : Example

<style type="text/css">
.modal-backdrop {
   background-color: yellow;
}
</style>

Try it »

Output :

Change the background color in bootstrap modal

Change the background color in bootstrap modal


Advertisements

Add Comment

📖 Read More