Oct 24, 2024 2:52 am
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!
6 Replies
Oct 24, 2024 9:09 am
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.