Stuck with FA4 Twitter icon?

If you haven’t updated the old Twitter icon to X because you feel a bit stuck with out-of-the-box Font Awesome 4, here’s a CSS hack that should do the trick. Enter in Settings > Code > CSS to make sure it functions across the whole site.

.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.4em;
}
2 Likes

Nice, that’s a great little tip! Although an even better tip would be to stop using “Twitter/X” altogether :rofl:

3 Likes

:sweat_smile: Couldn’t agree more. Can’t force my clients sadly.

1 Like

Haha, blummin’ clients!

1 Like

nice trick!

Got it off the inter web somewhere :grin:

2 Likes