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

Is there a way to change the icons with little CSS knowledge? #32

Open
linuzzx opened this issue Sep 6, 2021 · 1 comment
Open

Is there a way to change the icons with little CSS knowledge? #32

linuzzx opened this issue Sep 6, 2021 · 1 comment

Comments

@linuzzx
Copy link

linuzzx commented Sep 6, 2021

No description provided.

@ybressler
Copy link

ybressler commented May 15, 2022

Yes. The code here references Font Awesome icons.

For example, if you wanted to change the email icon from mail to a paper-plane do the following:

CHANGE THIS
<a aria-label="Send email" href="mailto:{{ site.email }}"><i class="icon fa fa-envelope"></i></a>

TO THIS
<a aria-label="Send email" href="mailto:{{ site.email }}"><i class="icon fa fa-paper-plane"></i></a>

@murraco murraco changed the title is there a way to change the icons with little css knowledge? Is there a way to change the icons with little css knowledge? May 31, 2022
@murraco murraco changed the title Is there a way to change the icons with little css knowledge? Is there a way to change the icons with little CSS knowledge? May 31, 2022
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