Notifications
Clear all

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.

 

[Solved] How to change the "add topic" icon ?

3 Posts
2 Users
1 Reactions
961 Views
Posts: 8
Topic starter
(@sunemu)
Active Member
Joined: 3 years ago

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 🙂

 

 

Topic Tags
2 Replies
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

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";
}
Posts: 8
Topic starter
(@sunemu)
Active Member
Joined: 3 years ago

Solved, thanks a lot 🙂