Included with the PixoPoint Menu, are four drag and drop menu items which allow you to add custom HTML code to your menu. They are labelled as “Custom Code 1″, “Custom Code 2″, “Custom Code 3″ and “Custom Code 4″.

This allows a limited subset of HTML to be used, including unordered lists, headings, images and many other tags.

Here is an example of HTML code which (with standard dropdown CSS) would display a dropdown containing a list of links on left and a link to an external page to the right.

<li><a href="#">More Links</a>
  <ul>
    <li><a href="http://instinct.co.nz/">Instinct</a></li>
    <li><a href="http://pocketsmith.com/">PocketSmith</a></li>
    <li><a href="http://wptavern.com/">WP Tavern</a></li>
  </ul>
</li>
<li class="page-item-forum "><a href="//pixopoint.com/forum/">Support</a></li>

PixoPoint Menu: Custom Code option. Demonstrating the pulldown which allows you to modify the custom HTML.

Note: We often receive requests for more custom code items to be added to the plugin, however we haven’t seen any examples of where this has been necessary. If you have a use for this functionality, please let us know via the support forum and include an example of what you need it for.