i have a span like below :
<span class="fa fa-fw fa-close">
and i want to have the fa-close in red color on hover, when I create the css class :
.fa-close:hover{color :red;}
it is applied to all spans with fa-close but i want it to be applied for just one span. How can i do it please?
span, and is it always the same? Can you use a more specific selector?