Notifications
Clear all

wpForo 1.x.x [Solved] Problem with social icons shown

3 Posts
2 Users
1 Likes
1,022 Views
Posts: 22
Topic starter
(@nikita-klimov)
Eminent Member
Joined: 4 years ago

Hello! When I open the forum page on my site does not display the social buttons. 😮ย How to fix it? Thanks in advance. 😀ย 

2 Replies
Sofy
Posts: 4309
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @nikita-klimov,

Please put the following CSS code in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings >ย Style Tab.

.fa {
font: normal normal normal 14px/1 FontAwesome;
}
.fa-vimeo:before {
content: "\f27d" !important;
}

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.ย  ย 

1 Reply
(@nikita-klimov)
Joined: 4 years ago

Eminent Member
Posts: 22

@sofy

Thank you so much! 😀 😊ย