• I would like to display my menu without the bullet next to each line. Can anyone point me int he right direction?

    Thanks
    Ed

Viewing 1 replies (of 1 total)
  • Hi Ed, You’ll need to remove those bullets in the CSS.
    something like..

    #menu ul {
    list-style-type:none;
    }

    It doesn’t have much to do with this plugin, but how you wish to display it using CSS.

    All the best.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WordPress Navigation List Plugin NAVT] Remove <UL> from menu’ is closed to new replies.