Is there a way I can hide pages from sidebar menus without building custom menus to put on every page?
Hey satucker,
Have you tried modifying the sidebar from Appearance -> Widgets.
Best regards,
Jordan Shannon
I can do that, I’d just rather not drop in a sidebar on every page. The defaults add the sidebar I’d like like to block a single page from that menu.
Hi,
Do you mean you have a specific page that you don’t want the sidebar to appear on? You can use that pages unique id with css to hide the sidebar just on that page.
Best regards,
Jordan Shannon
How do I do that? I need to hide a single page.
Hi,
Please provide a link to the site and page you need help with.
Best regards,
Jordan Shannon
http://firstimpressionsdentalassisting.com/list-job-board/
This page is currently in draft mode.
The page id is 306
Hi,
Add the following to quick css:
.page-id-306 aside.sidebar{
display:none!important;
}
And then to adjust the page format:
.page-id-306 main.template-page.content.av-content-small.alpha.units{
width:100%!important;
border:none!important;
}
Let me know if this works for you.
Best regards,
Jordan Shannon