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.
Hello, I'd like to change the font of my forum page, however when I edit the CSS from:
Before (CSS): https://prnt.sc/p4sbew
After (CSS): https://prnt.sc/p4sbsr
The icons of many things disappear. How can I fix this problem?
Before (front-end): https://prnt.sc/p4sbli
After (front-end): https://prnt.sc/p4sc2s
Please remove the CSS code you've added in the "Custom CSS code" textarea and put the following one.
#wpforo #wpforo-wrap p, #wpforo #wpforo-wrap a, #wpforo #wpforo-wrap span, #wpforo #wpforo-wrap div {
font-family: Arial, Helvetica, sans-serif !important;
}
Delete all caches and check again. The issue should be solved. Don't forget to press Ctrl+F5 (twice) on the forum frontend before checking to reload the updated CSS file.