Is there a way to specify an icon/image as label instead of text?
- Paste the icon (as unicode glyph taken from fa.com) instead of text.
- Specify a class.
- Add CSS:
I’d suggest to change colors:
Code
.myLabelClass {
font-family: fontawesome;
color: $wcfButtonText;
background-color: transparent;
}
That said: I’d support a suggestion to make this easier for users.