Hi, 
How do I change the colour of the font awesome icons?
In this j51-artisan template they are light grey, I am looking to make them black.			
			#socialmedia ul li {
    background-color: #000;
} .fa-check::before {
    color: #000;
}  
					