Viewing 1 replies (of 1 total)
  • Plugin Author krozero

    (@krozero199)

    Hi Tom,

    you’ll need to add a css targeting your menu. have you tried these?
    ie
    for all list style

    ul {
      list-style: none;
    }

    or targeting your menu only

    .you-menu-class-or-id li{
       list-style: none;
    }

    tx!
    Kishor

Viewing 1 replies (of 1 total)

The topic ‘remove bullets from menu’ is closed to new replies.