Hi-
This is the original code:
<a href="#Awards" class="x-slider-scroll-bottom smooth-scroll bottom center">
<i class="x-icon-angle-down"></i>
</a>
This is the orignal code modified to reflect the change in section name and the new icon code you gave me:
<a href="#new awards" class="x-slider-scroll-bottom smooth-scroll bottom center">
<i class="x-icon x-icon-angle-down" data-x-icon="" aria-hidden="true"></i>
</a>
So that mostly worked. The only thing now is that it won’t scroll down to the top of the awards section when you the user hits the arrow. Can you show me how to do that?