Notifications
Clear all

wpForo 1.x.x [Solved] Change Font Awesome Icons

4 Posts
2 Users
0 Reactions
1,374 Views
Posts: 9
Topic starter
(@mpearson65)
Active Member
Joined: 4 years ago

Hi, I'm setting up a forum and when I change the font awesome icons on the forum from the following, nothing happens:

was: fas fa-comments

is: far fa-credit-card

It doesn't change any of the icons, even on a hard refresh (ctrl + f5). How do I get it to change to different font awesome icons?

thank you

 

3 Replies
Alvina
Posts: 1862
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi @mpearson65,

Please let us know the code you're added? We've just checked and it work, the icon changes correctly. You just need to change the content value. 

Please trey the following CSS code:

.fa-comments:before {
content: "\f09d" !important;
}

The code should be added in the Dashboard > Forums > Settings > Styles admin page "Cutom CSS Code" textarea.

Don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.

Posts: 9
Topic starter
(@mpearson65)
Active Member
Joined: 4 years ago

Yes that worked - thank you!

1 Reply
Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1862

@mpearson65,

Thank you for letting us know.

Glad to hear it worked.