Need to remove menu and footer from a single page

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Need to remove menu and footer from a single page

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #20470
    herbjoseph
    Member

    I need to create a landing page for a campaign but I can’t seem to find a way to remove the menu and footer sections from just a single page.

    I have tried to use the custom css to pinpoint a single page and remove the menu but that hasn’t been able to work.

    .page-id-6812 #footer {
    display: none;
    }
    .page-id-6812 #footer-bottom {
    display: none;
    }

    .page-id-6812 nav#primary-menu {
    display: none;
    }
    .page-id-6812 #sidebar-header {
    display: none;
    }
    .page-id-6812 #header.sticky #primary-menu {
    display: none !important;
    }

    This is the code I’ve been using. It worked for me before but it is not working now. I thought the CSS was supposed to override the settings but when I inspect the elements on the page “Display: none” is not found. What am I doing wrong? and how could I get landing page I need?

    Thanks,

    #20483
    Veena
    Moderator

    Can you pls share a link to the specific page?

    #20929
    herbjoseph
    Member

    http://emergetech.com/javageddon-2/

    Here is the link. It is currently a blank page.

    #20939
    Veena
    Moderator

    So have you resolved ?

    #20988
    herbjoseph
    Member

    No. I Still need to remove the menu and footer. How can this be done?

    #21001
    Veena
    Moderator
    This reply has been marked as private.
    #21367
    herbjoseph
    Member

    Nothing seemed to happen. I added the code to the custom css section but page has not changed. What could be going on?

    #21384
    Raghavendra
    Moderator

    You have an error in the Custom CSS. The braces are not closed for the line after float: none; –

    #contact-details ul.social-list li {
        float: none; }
    

    If you fix the same, the Custom CSS will take effect.

    #21409
    herbjoseph
    Member

    Still no effect. What could be going on here? I really appreciate your patience and help btw.

    #21430
    Raghavendra
    Moderator

    The CSS seems be good now. I am unable to view the page where you have this issue since it is returning blank page with no content. Can you pls post the link to the page which has this issue? Thanks.

    #21432
    herbjoseph
    Member
    #21438
    Raghavendra
    Moderator

    For that specific page, it would be –

    .page-id-8309 #primary-menu {
        display: none;
    }
    
    .page-id-8309 #footer {
        display: none;
    }
    

    Pls post a temp login to your site in case you still have trouble. Thanks

Viewing 12 posts - 1 through 12 (of 12 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.