6 Replies
Oct 09, 2018 12:30 pm
Hi @galzil,
Please put the following CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Codetextarea. Delete all caches and do CTRL+F5 on the frontend.
#wpforo #wpforo-wrap .fa-reply:before {
content: "\f3e5" !important;
}
.fa-layer-group:before {
content: "\f5fd";
font-weight: 900 !important;
font-family: "Font Awesome 5 Free" !important;
}
Oct 09, 2018 1:42 pm
Please remove the following code:
#wpforo #wpforo-wrap .fa-reply:before {
content: "\f3e5" !important;
}
put this one:
#wpforo #wpforo-wrap .fa-mail-reply:before, #wpforo #wpforo-wrap .fa-reply:before {
content: "\f112" !important;
}