Nov 11, 2022 2:18 pm
Hi,
I would like to replace the "fas fa-feather-alt" icon on the "add topic" button by another fontawesome icon.
Is there a clean way to do that ?
Thanks in advance 🙂
Â
Â
2 Replies
Nov 12, 2022 3:10 pm
Hi @sunemu,
Insert the Below CSS Code in Custom CSS Code Field form wpForo > Settings > Colors & Styles
The RED marked is the icon Unicode, change it to the needed one.
.fa-feather-alt:before, .fa-feather-pointed:before {
content: "\f55b";
}
Nov 17, 2022 1:12 pm
Solved, thanks a lot 🙂