I've got the following html:
<li><a href="#"><span class="font Berthold-light">1</span>Consectetur adipiscing elit risus.</a></li>
The number within the span
is replaced by sIFR, but I'd like it to change color on a:hover
. In CSS it would work like this:
a:hover span { color: #0fb5ef; }
Is there a way to do the same with sIFR?