We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
How could I add a Telegram icon in Social Menu?
View: - Automattic/Genericons#54
Thanks.
The text was updated successfully, but these errors were encountered:
I have solved it adding Font-Awesome to style.css file:
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.css);
and creating the rule:
ul.semicolon-social li a[href*="telegram.me"]::before { font-family: 'FontAwesome'; content: "\f1d8"; // fa-paper-plane }
View example: http://elentendedero.es
Sorry, something went wrong.
Fixed in f554f40
No branches or pull requests
Hi,
How could I add a Telegram icon in Social Menu?
View: - Automattic/Genericons#54
Thanks.
The text was updated successfully, but these errors were encountered: