I'm trying to get the cursor to change when I hover over an element but I cannot seem to get it to work.
My code so far:
.more_scrolly{
cursor: url("images/cross.png"), auto!important;
height: 36px;
width: 36px;
}
<a href="#one" class="more_scrolly" >learn more</a>