2017-09-12 61 views

回答

1

您可以嘗試使用下面的CSS:

.modal-header { 
    background-color: darkblue; 
    color: white; 
} 

Fiddle is here

0

重寫模式頭CSS類:

.modal-header { 
    color: white: 
    background-color: blue; // Code of the exact color you want 
} 
+0

@ Joe1615感謝所有 –

0

添加到您的CSS

.modal-header{ 
    background-color: darkblue; 
    color: white; 
}