Notifications
Clear all

wpForo 1.x.x [Solved] FB share icon missing

7 Posts
3 Users
4 Likes
544 Views
Posts: 17
Topic starter
(@tonyatfonsori)
Eminent Member
Joined: 3 years ago

Forums > Settings > API's > General Share Buttons > Icon enabled....the FB icon isn't shown. See attached.

6 Replies
Robert
Posts: 9988
Admin
(@robert)
Support Team
Joined: 7 years ago

@tonyatfonsori,

Something affects font-awesome facebook icon. I need to check it directly on your website to see the conflict maker and suggest some CSS code to fix it.

Reply
5 Replies
(@tonyatfonsori)
Joined: 3 years ago

Eminent Member
Posts: 17

@robert Do you need to access my site or can you check it from the Page Source?

Reply
Robert
Admin
(@robert)
Joined: 7 years ago

Support Team
Posts: 9988

@tonyatfonsori,

Please provide a URL to the forum. I don't need any source.

Reply
(@tonyatfonsori)
Joined: 3 years ago

Eminent Member
Posts: 17
(@tutrix)
Joined: 3 years ago

Noble Member
Posts: 1023

hi @tonyatfonsori

add this to custom css


#wpforo #wpforo-wrap .fa-facebook-f::before {
content: "\f39e" !important;
}

Dashboard > Forums > Settings > Style (custom css)

Reply
(@tonyatfonsori)
Joined: 3 years ago

Eminent Member
Posts: 17

@tutrix It works! Thank you 🙂

 

Reply