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

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -