Style radzensteps

Hi,
How do I change the background color and font color for the Previous/Next button?
Ex: when I click next button, I want step background color number Previous is green. Thanks!!

Hi @Dev77,

You can use the rz-steps-prev and rz-steps-next CSS classes to style those buttons. Make sure to specify higher CSS specificity to override the theme colors (or use the !important modifier).

.rz-steps-prev {
  color: green !important;
}



I want it, thank!

We don't have such styling at the moment. You can't distinguish previous steps from next steps. Only current and other.

1 Like