Hi @iceeyes!
For such things you will need some developer knowledge. The first ting you should do is inspect your page, like you see here:
https://smartslider.helpscoutdocs.com/article/1935-troubleshooting-with-your-browser#findcode
to find out what HTML code made that part where you want to scroll. In HTML codes you have the opportunity, if you have an element with an “id”, like this:
<div id="something">This is my element</div>
to use such a link on your page:
#something
and it will jump to that element. You could use this in any of your link fields:
https://smartslider.helpscoutdocs.com/article/1830-link#where
In your case you have id at your sliders, which you could use:
#slider-blog-carousel-dynamicID-415309
If you want to go elsewhere, you will need to make new elements with your page builder, with an unique id.
Please note that we cannot provide support for custom coding, so you will need to achieve this yourself. Additionally, you won’t be able to use smooth scrolling, so you will need to solve that with a custom code or a plugin.
Besides this solution, in our Pro version we have an option for this: (Link->Action->Scroll to: https://smartslider.helpscoutdocs.com/article/1830-link#actions)
which would allow you to scroll to any element, even classes:
<div class="uniqueclassname">Element</div>
but instead of “#” you would use “.”:
.uniqueclassname
This feature would give you smooth scroll. However, the biggest challenge here still, is to learn to be able to inspect the elements on the page.
If you are interested in this Pro feature, please contact us through our form:
https://smartslider3.com/contact-us/support/?topic=Editing&editing-group=Editing-Other
as here we can only provide support for the Free version.