css - bootstrap modal body background: none -


how remove background color of bootstrap modal body. tried use

.modal-body{   background: none !important; } 

it not working.

here jsfiddle

check fiddle

.modal{   background-color: transparent; } 

Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -