Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #777893

    Is there a way I can hide pages from sidebar menus without building custom menus to put on every page?

    #777903

    Hey satucker,

    Have you tried modifying the sidebar from Appearance -> Widgets.

    Best regards,
    Jordan Shannon

    #777906

    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.

    #777910

    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

    #777952

    How do I do that? I need to hide a single page.

    #777965

    Hi,

    Please provide a link to the site and page you need help with. 

    Best regards,
    Jordan Shannon

    #777969

    http://firstimpressionsdentalassisting.com/list-job-board/

    This page is currently in draft mode.

    The page id is 306

    #778005

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.