Last active
April 10, 2025 13:35
-
-
Save bacoords/3b635cf700df229fec034716c4172b76 to your computer and use it in GitHub Desktop.
Update the Twitter / X Icon in Font Awesome 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.fa.fa-twitter{ | |
font-family:sans-serif; | |
} | |
.fa.fa-twitter::before{ | |
content:"𝕏"; | |
font-size:1.2em; | |
} |
Hi Brian. thanks for promt response
Sorry for my question, what do you mean by "the customizer" ? Also, is there something called "Additional CSS" ? Is it in my theme´s css file, btw, it has a few thousand lines of code Thank you Javier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think the quickest way is to add the CSS in Additional CSS in the Customizer.
Here's more information: https://www.briancoords.com/twitter-icon-font-awesome-4/