test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Saguaros Moderator
    #978345

    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.

    ccbbam Friend
    #980963

    Thanks, it seems to be working well!

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  ccbbam 8 years, 2 months ago.

The topic ‘Hide Menu Itens per Style’ is closed to new replies.