Hi, is there a page level setting to allow me to remove it from the default sidebar menu I’m using across my site?
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
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.
Hi edgold,
Can you give us a link to the page? so we can give a more accurate answer.
Best regards,
Nikko
Sure, see private content
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
That works perfectly, thanks! A follow-up Q, how could I amend the CCC snippet to suppress multiple page IDs from the sidebar menu?
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
Perfect! Thanks
Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon
Nope, please close the ticket.
Hi edgold,
Great :)
We are closing the thread.
If you need further assistance please let us know in a new one.
Best regards,
Victoria