How-to and Troubleshooting
3
Posts
2
Users
1
Reactions
1,162
Views
Dec 04, 2019 4:27 am
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
Dec 04, 2019 7:46 am
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. Â