Hello support,
How do i make menu link to different sections on a page? it is a one page scroll website.
i am not using “colour section”, i am using “grid row”
Morning (but only just here in the UK)
The method for setting an anchor link to a grid row is the same as when using a color section
Click Edit on the Grid Row and under “For Developers: Section ID” type your anchor name e.g. sample (don’t add in a ‘#’)
Next go to Appearance>Menus and use Custom Links to create your menu item.
Use #sample (in our example) and what ever you want for the Link Text.
That’ll create a menu item that scrolls to the #sample anchor.
Hope that helps. I can post some screen shots if you are still unsure.
Thanks
TJ
Hi @Armstrong88,
Please refer to @tjswarbs78 answer, if you are not using Color Sections though you would have to add markup manually. Something like this for instance:
<div id="your-anchor">
Your content goes here
</div>
Best regards,
Rikard
thanks, i have done it