Okay
  Public Ticket #1424279
Mega Menu
Closed

Comments

  • simonmaass started the conversation

    I wanted to create a menu with a drop down with the MGS Megamenu.

    somehow the first item in the dropdown list has a line under it - see screenshot - please help!

  • simonmaass replied

    it looks like it is this code in the css:

    .vertical-menu li:first-child > a {
       border-bottom: 1px solid #eee !important;
    }

  • [deleted] replied

    Hi

    I have fixed

  • simonmaass replied

    could you please tell me how this was fixed?!

  • [deleted] replied

    Hi

    I have added this code to Custom Style in admin ( MGS -> Theme Settings -> Custom Style )

    .vertical-menu li:first-child > a {
       border-bottom: none !important;
    }