Add Custom Class To Navigation Buttons?
chobo2 opened this issue · 3 comments
chobo2 commented
Hi
Is it possible to add your own classes to the navigation buttons(next, previous)?
argawow commented
Hi,
I am also looking for such a solution. I have an cancel navigation button and whant them to be red.
ap-coder commented
I also would like this
techlab commented
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;
}