Currently my html looks like this:
<div class="col-md-4 text-center">
<i class="fa fa-2x fa-facebook wow bounceIn social"></i>
<i class="fa fa-2x fa-twitter wow bounceIn social"></i>
<i class="fa fa-2x fa-google-plus wow bounceIn social"></i>
</div>
I tried doing the following CSS and nothing happened:
fa-facebook:hover {
color: #006b33;
}
I'm totally new to font awesome, so any help would be appreciated!