Smooth Scroll in OnePage Like Bethemes Documentation
Hello,
I am not able to use smooth scroll in one page.
Reference : http://themes.muffingroup.com/betheme/documentation/#e-commerce
If you see, How the page smoothly scrolls to the Ecom section and stops when clicked on Ecom from the menu. How do I do that on my page (Link below) The Fancy link that says 'What is Infection?' should do the same as it does on your documentaion website
Reference : http://themes.muffingroup.com/betheme/documentation/#e-commerce
If you see, How the page smoothly scrolls to the Ecom section and stops when clicked on Ecom from the menu. How do I do that on my page (Link below) The Fancy link that says 'What is Infection?' should do the same as it does on your documentaion website
Comments
Please add a "scroll" class to each link you create, then it will work.
thanks
Then create a link with an icon inside and add a scroll class to it. Ofcourse the href must link to the ID you created.
Example:
<a href="#work" class="scroll"><i class="icon-home"></i></a>
This will create an home icon that can be clicked and will go to the ID = work
If you do not know hwo to do this please watch or read some tutorials, like this:
https://stackoverflow.com/questions/24739126/scroll-to-a-specific-element-using-html
The scroll class adds the smooth scroll effect.