Notifications
Clear all

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

3 Posts
2 Users
1 Reactions
559 Views
Posts: 8
Topic starter
(@sunemu)
Active Member
Joined: 2 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: 3649
(@chris)
Famed Member
Joined: 3 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: 2 years ago

Solved, thanks a lot 🙂