Hi,
How can I link menu links to sections on the same page (home page)?
Thanks again
Hi,
How can I link menu links to sections on the same page (home page)?
Thanks again
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/#sectionidname
for eg http://www.spiraclethemes.com/#clients
Regards