• Hey everyone

    Is there a way to remove the item divider between specific menu items? The divider is great for my main menu items but doesn’t look right between the social media icons (that I have at the end of my main menu), and would like to know if there is a way to remove the divider between my social media icons, yet still have my other menu items divided.

    Hope someone can help

    All the best,
    August

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

    (@megamenu)

    Hi August,

    It would require custom CSS to remove the divider from specific items. You would need to use developer tools to inspect the menu, but the CSS might look something like this:

    #mega-menu-item-123 {
       border: 0 !important;
    }

    Regards,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘Removing item divider between specific items’ is closed to new replies.