css - How to change bootstrap modal header colors (backgrond & text) -
how change bootstrap modal header background dark-blue , text white. fiddle here :
you can try use following css:
.modal-header { background-color: darkblue; color: white; }
Comments
Post a Comment