Okay
  Public Ticket #2075674
Megamenu
Closed

Comments

  • Marc started the conversation

    I'm working on the megamenu. It has 3 columns and the last column should have 5 headers (bigger and bold items) and a subitem for the top one. The menu should look like on https://derma2care.nl/ when you click on BEHANDELINGEN.

    I solved the puzzle my self, as you can see in the screenshot, but it looks a bit crappy 'cause the sub items take too much space and are actually not necessary. What I have right now can be seen on my website: https://www.verwijderentattoo.nl

    And this is what I'm striving for: https://www.evernote.com/l/AATaBzh_T8xJJrMy5UpMWRCqZUObYMPNt-I 

    I can't find a solution in the documentation for main items with no sub items. Can you tell me how to fix this?

    Thanks on beforehand, Marc


  •  8,994
    Tahir replied

    Hey Again,

    Did you have a look at this Article : http://themenectar.com/docs/salient/mega-menu/  ? .

    Best


    ThemeNectar Support Team 

  • Marc replied

    Yes, but the article does not offer a solution. That's why I wrote this ticket.
    I need multiple headers without sub item in one column and the headers it self are the menu items.

    See also https://www.evernote.com/l/AATaBzh_T8xJJrMy5UpMWRCqZUObYMPNt-I

    My screenshot plus explanation explains it all.

  • Marc replied

    Can you please look at this issue? I need to fix it asap.

    Thanks, Marc

  •  8,994
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    li#menu-item-3061,li#menu-item-3062,li#menu-item-3063,li#menu-item-3064 {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team