Hi
Yes, you can achieve that by take the advantage of Page Class and configuration in Megamenu of template
I will take our demo site as sample so you can apply into your site. In the ‘Bonus pages’, I will hide the EasyBlog item:
- Go to Backend > Menus > Main menu > Bonus pages > Page Display tab > add a class called ‘bonus-pages’ for Page Class option: http://prntscr.com/cwid48
-
Go to Backend > Extensions > Templates > JA Sugite > Megamenu > EasyBlog item > add a class for it called ‘hides’ : http://prntscr.com/cwid8n
- Open the file: ROOT/templates/ja_sugite/css/custom.css (create this file if it doesn’t exist) and add this rule:
.bonus-pages .navbar-default .navbar-nav > li.hides {
display: none;
}
Hope this helps.