I am using the express theme (not currently published in my store) and I would like to add a feature that smooth scrolls down from a banner section button to a featured collections section if possible. Thanks and any help is appreciated.
This would need some editing in the codes. It is hard to tell without looking into the code files.
Do you have an idea of what kind of code would be needed or where it would go? I can attach screenshots of the sections of code if I need to. I don’t know a ton about coding but I know I can figure out probably where to put it if I can get the code that does the smooth scrolling.
Something similar to the below code:
## Section 1
Click on the link to see the "smooth" scrolling effect.
Click Me to Smooth Scroll to Section 2 Below
## Section 2
Click Me to Smooth Scroll to Section 1 Above
With some addition to the stylesheet or CSS.
I figured it out. Basically had to create an anchor link and then add the custom css to allow the jump to smooth scroll instead. Thanks for the help!
You can refer https://www.w3schools.com/howto/howto_css_smooth_scroll.asp
Hope it clear to you.