Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
IIs it possible to change this icon?
I want another type of arrow. How / where to change it??
You can do it with custom CSS
[data-icon=sortdesc]::before { content: "\f078"; font-family: "FontAwesome"; font-size: 100%;}
and
[data-icon=sortasc]::before { content: "\f077"; font-family: "FontAwesome"; font-size: 100%;}
Nice tip @mbintex