The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Telegram social ico...
 
Share:
Notifications
Clear all

Bug Telegram social icon not displaying

2 Posts
2 Users
0 Reactions
8 Views
Posts: 2
Topic starter
(@cmcalgary)
Active Member
Joined: 4 months ago

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!

 

1 Reply
Asti
Posts: 7559
 Asti
Support
(@asti)
Illustrious Member
Joined: 7 years ago

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.

Reply
Share: