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.
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;
}