Tagged: hide menu item
Hi,
How can I hide a main menu item programmatically?
Regards
Jorge
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
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
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#menu-item-528 {
display: none;
}
Best regards,
Rikard
Hi Rikard,
Ok. Great. Please close this topic.
Many thanks for your help.
Best regards
Jorge
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