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.
Hi there,
Â
For some reason the Telegram icon isn't displaying in wpDiscuz for me. The login itself works fine, and all of the other icons display without an issue.
I've tried enabling/displaying the Font Awesome library within wpDiscuz settings, no change (including site cache purge).
Â
I am using the official Font Awesome plugin, outside of wpDiscuz.Â
Â
I've added an example blog post in the support box.
Â
Any suggestions on how to fix this?Â
Â
Thanks!
Â
Use the CSS code below:Â
i.fab.fa-telegram-plane { color: #259bd8 !important; } i.fab.fa-telegram-plane:before{ width:22px; height:22px; font-size:22px; } .wpd-social-login { display: flex; align-items: center; } .wpd-social-login > *{ font-size: 15px; }
Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
Don't forget to delete the caches before checking.