Dialog title bar

How can i change the Dialog-title-bar background color for not seeing all in white.

Set the background-color of the .rz-dialog-titlebar` class:

.rz-dialog-titlebar {
    background-color: red !important;
}

Hello,

Blazor + Radzen Blazor newbie here. Where is this supposed to be included? I am invoking a component through the dialog service and I am aware that there is a "style" property, but I don't think this is the way. Thanks for the time.

You can add it to the styles.css file of your Blazor application.

1 Like

Hello, How does one change the color of the text in the title bar?

Hello, What if I don't want all the title bars in all the dialogs to have the same color? What if I want to specify color per dialog basis?