FAQ button
Hi
I am using Visual composer wish to create a faq page similar to http://themes.muffingroup.com/be/app/faq/#faq_1
i have the Faq questions section but wish to add the top buttons i.e. general questions, theme options that links/scrolls to the anchor point.
i don't see the element in which to add this?
how do i recreate it
thanks
Comments
You have to add an ID to the element and the link to it's id name, this is how scrolling to id works.
To make a page use the smooth scroll please edit the page, then under the muffin builder find the one-page option and turn it on. If you are using a custom link you have to add a 'scroll' class to it. For example:
<a href="#slider" class="scroll">Slider</a>
thanks