Hi Krishnaveni,
You need to add Customize Styling for this,
.modal-dialog .modal-content .modal-header {
background-color: aqua;
}
Hope it helps!
Thanks & Regards,
Manikandan K
Hi Krishnaveni,
You will have to create a custom class targeting the h4 element in the dom.
Something like:
model-content > model-header > h4 {
background-color: red;
}
Hope this helps,
Jurre