Change colour of scroll down button
http://accessibility4all.es/
I have this in my "Extra CCS" -->
}
.scroll-down {
font-size: 20px;
color: #fff;
}
The colour on hovering is the default blue. I need to change it to green #00B22D on hover.
<div class="scroll-down">
<span>¿SABER MÁS?</span>
<span class="fa fa-angle-down" aria-hidden="true"></span>
</div>