Link menu to sections on the same page
October 23, 2017 at 4:17 pm
Hi,
How can I link menu links to sections on the same page (home page)?
Thanks again
Replies (1)
-
October 23, 2017 at 4:17 pm
Hi,
How can I link menu links to sections on the same page (home page)?Thanks again
-
October 24, 2017 at 6:46 am
Hello Aldo,
Simply create a row with a Text widget above that section in page builder and write
the following HTML inside the Text Widget( Text tab )<div id="sectionidname"></div>
for eg
<div id="clients"></div>
Now use this ID in menus as
http://www.yoursitename.com/#sectionidnamefor eg http://www.spiraclethemes.com/#clients
Regards