Skip to content
New issue

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

Adding Telegram icon in Social Menu #1

Closed
alvarosaco opened this issue Aug 10, 2016 · 2 comments
Closed

Adding Telegram icon in Social Menu #1

alvarosaco opened this issue Aug 10, 2016 · 2 comments

Comments

@alvarosaco
Copy link

Hi,

How could I add a Telegram icon in Social Menu?

View: - Automattic/Genericons#54

Thanks.

@alvarosaco
Copy link
Author

alvarosaco commented Aug 10, 2016

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

@kovshenin
Copy link
Owner

Fixed in f554f40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants