Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1375171

    Hi,
    How can I hide a main menu item programmatically?
    Regards
    Jorge

    #1375203

    Hey Jorge,

    The best way would to use the ID assigned to it, then hide it with CSS. If you need help with finding the ID, then please post a link to where we can see the element in question, and let us know which item you want to hide.

    Best regards,
    Rikard

    #1375237

    Hi Rikard,
    I would like to hide menu item called “Actualité” (news) with CSS (ie Target page below). I put the ID news-menu-item but I do not know how to handle it.
    Many thanks for your help.
    Best regards
    Jorge

    #1375265

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #menu-item-528 {
      display: none; 
    }

    Best regards,
    Rikard

    #1375277

    Hi Rikard,
    Ok. Great. Please close this topic.
    Many thanks for your help.
    Best regards
    Jorge

    #1375375

    Hi,

    Great, I’m glad that we could help. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide main menu item’ is closed to new replies.