Apologies if the title was unclear. I am trying to customize the color of my font awesome social media icons individually. Although I have successfully changed the color for all of them, that is not the desired outcome.
Here is the icon:
<i class="fab fa-twitch fa-2x" aria-hidden="true"></i>
I am curious about how to apply 2 classes, like <i class="purple" class="fab fa-twitch fa-2x" aria-hidden="true"></i>
. Any suggestions on how to achieve this?
Furthermore, my current CSS code is:
.purple { color: purple;