Hello @core365,
Thanks for asking.
I suggest you to add a new section in between existing sections and let’s have a single column layout. After that you need to add a text element and add following code. You also have the option to add text element directly into the existing sections. But to keep things simple and organized I am adding text element and below code into a new section.
<a href="#section-id" class="x-slider-scroll-bottom above bottom center">[icon type="angle-down"]</a>
You need to replace section-id
with the next section id in order to link. To keep things organized I suggest you to create custom id. I have created screencast that you to take a look. https://screencast.com/t/IfYZtJkW
You may need to add following CSS under X > Launch > Options > CSS to change the color of the scroll button:
a.x-slider-scroll-bottom.above.bottom.center {color: #000;}
Please change the color code as per your requirement and kindly let us know your feedback.
Thanks.