Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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 🙂