June 27, 2016 at 04:27
#126958
Moderator
Hello, that is a font-awesome icon, this is the css code
COPY CODE
.icon-plus:before {
content: "f067" !important;
}
To change it browse this library http://fontawesome.io/icon
Choose an icon and use the unicode number at the css code
Check attached
For example, for the attached icon, the final code would be
COPY CODE
.icon-plus:before {
content: "f2b4" !important;
}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution