Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter whedlund

    (@whedlund)

    It looks like this problem is associated with adding a custom menu widget. If you look right now on the site there are two “About” menu items. One is built using Custom Menu Widgets (so I can add text/pics to the Mega Menu) and the other isn’t.

    Any help anyone might give would be greatly appreciated.

    Wayne

    Plugin Author megamenu

    (@megamenu)

    Hi Wayne,

    Did you get this fixed? If not, and you still want me to take a look, please add a custom menu widget back to the menu so I can see the issue.

    Regards,
    Tom

    Thread Starter whedlund

    (@whedlund)

    It’s not resolved. There is already a custom menu item there. If you check out the site right now you will see two About menu items. The first one is the one showing a bullet character I don’t want.

    https://www.elimfellowship.org/ef (note the ‘ef’ at the end)

    Thanks.

    Wayne

    Plugin Author megamenu

    (@megamenu)

    Hi Wayne,

    You could either remove the custom menu widgets and use second level menu items instead (like you’ve done on the second About menu) or add this to the Custom Styling section of your menu theme:

    #{$wrap} #{$menu} .widget_nav_menu ul li a:before {
      content: '';
      margin-right: 0;
    }

    Regards,
    Tom

    Thread Starter whedlund

    (@whedlund)

    I’d like to the do the second level menu option as you’ve suggested, but I don’t think I can add widgets to the same row if I do that, right? I didn’t do that in the example because I was experimenting.

    The code works, though there is still an indent on the submenu items.

    Thanks for the help Tom.

    Wayne

    Plugin Author megamenu

    (@megamenu)

    Hi Wayne,

    Quite right, it’s not possible to put the widgets on the same row yet. I want people to be able to mix and match widgets and second level menu items, I just haven’t figured out how to do it yet!

    Regards,
    Tom

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘unwanted icon in submenu (x theme)’ is closed to new replies.