I'm using jquery-steps on a project. But i can't find any way to add an icon to the Previous or Next buttons.
I modified the javascript with the following code:
labels: {
next: "»",
previous: "«"
}
But this is not what I like.
this is the plugin url: http://www.jquery-steps.com/
Someone knows a way to do this?
Thanks in advance!