Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1250006

    Hi, is there a page level setting to allow me to remove it from the default sidebar menu I’m using across my site?

    #1250301

    Hey edgold,

    Please try to go to Enfold > Sidebar Settings > Page Sidebar navigation, then turn this off.
    Let us know if it helps.

    Best regards,
    Nikko

    #1250355

    This will turn off the sidebar totally right? What I’m after is keeping the sidebar, but simply supressing one specific page from appearing in the sidebar.

    #1250402

    Hi edgold,

    Can you give us a link to the page? so we can give a more accurate answer.

    Best regards,
    Nikko

    #1250409

    Sure, see private content

    #1250684

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    .sidebar ul.nested_nav li.page-item-7669 {
      display: none;
    }

    Best regards,
    Rikard

    #1250761

    That works perfectly, thanks! A follow-up Q, how could I amend the CCC snippet to suppress multiple page IDs from the sidebar menu?

    #1250948

    Hi edgold,

    You need to check the classes of the menu items that you want to hide, and use the code like this:

    
    .sidebar ul.nested_nav li.page-item-7669,
    .sidebar ul.nested_nav li.page-item-xxxx,
    .sidebar ul.nested_nav li.page-item-xxxx  {
      display: none;
    }
    

    Best regards,
    Victoria

    #1251100

    Perfect! Thanks

    #1251294

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1251322

    Nope, please close the ticket.

    #1251526

    Hi edgold,

    Great :)

    We are closing the thread.

    If you need further assistance please let us know in a new one.

    Best regards,
    Victoria

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Remove single page from sidebar menu’ is closed to new replies.