• Resolved mcyel

    (@mcyel)


    Hi,

    Just want to ask how can i change colours of the Previous / Next / Submit Buttons for the multi-steps form type.

    My buttons colour are currently in Black background and text

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    You can change it with custom css (which you can put in the style tab of your form) something like this:

    .rnFooterContainer button{
    color:red !important;
    background-color:black;
    }

    This will make the buttons use a red color with black background (you can change it to use the colors that you want).

    Regards!

    Thread Starter mcyel

    (@mcyel)

    Thank you for your quick reply!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multi Steps Form Type Buttons Colour’ is closed to new replies.