techlab/jquery-smartwizard

Add Custom Class To Navigation Buttons?

chobo2 opened this issue · 3 comments

Hi

Is it possible to add your own classes to the navigation buttons(next, previous)?

Hi,
I am also looking for such a solution. I have an cancel navigation button and whant them to be red.

I also would like this

Instead you can overwrite the CSS settings of the buttons on your css file

.sw-btn-next {
    color: white !important;
    background-color: red !important;
}

.sw-btn-prev {
    color: white !important;
    background-color: red !important;
}