Is there a way to overwrite RadzenSplitButton background color?

Is there a way to change RadzenSplitButton background color?

Hi @Xueyan_Zhou,

Yes, you can. Something like this should work:

.rz-splitbutton .rz-button {
    background-color: red;
}

Thank you, it works!

Good day.
Is possible make any font for text in splitbutton ?
Best regards

@Sergey_Ivanov
I cant understand ur question, u want to change the font color or font family of the button text?

Btw this is the css selector u should use to change style of the button text

.rz-splitbutton .rz-button .rz-button-text {
    color: red !important;
}
1 Like

More thanks, change font family.
Best regards