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.

 

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

3 Posts
2 Users
1 Reactions
1,299 Views
Posts: 22
Topic starter
(@nikita-klimov)
Eminent Member
Joined: 6 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 6 years ago

Eminent Member
Posts: 22

@sofy

Thank you so much! 😀 😊Â