Main Content
Using WC Navigation Tools
WC Anchor Nav for Anchor Menu Lists
You can also style your anchor menus in one of the following list styles:
Tip: You can style anchor menus the same way you would style any other list. The example anchor menu at the top of this page, is styled with
class="arrow"
.Ordered Lists
To create an anchor menu as an ordered list place the following code where you would like the anchor menu to appear:
<ol id="anchormenu"> </ol>
Unordered Lists
To create an anchor menu as an unordered list place the following code where you would like the anchor menu to appear:
<ul id="anchormenu"> </ul>