New Landing How can we help? Themeforest Theme Support Pinpoint Removing menu & Footer Wrapper

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Pinpoint
  • #6080
    Syndicator
    Member
    Post count: 21

    Hi there, I’d like to be able to use css to remove the menu and footer wrappers on a per pageid number, via css.

    Can you please provide some guidance as to the css required for this theme.

    This is what I have used on some other themes

    /* remove footer and navigation header per pageid*/
    /*5607-*/
    .page-id-5607 #footer-widgets { display:none; }
    .page-id-5607 #menu-wrap { display:none!important; }
    .page-id-5607 #breadcrumbs-wrapper { display:none; }
    .page-id-5607 #footer-bottom { display:none; }

    #6104
    Ben – SUPPORT
    Member
    Post count: 690

    Is this what you’re looking for?

    .post-id-5607 #header-section{display:none !important;}
    .post-id-5607 footer{display:none !important;}
    
    #6281
    Syndicator
    Member
    Post count: 21

    Almost, Ill give it a whirl but does this work on PAGES as well as POSTS…Im away from my dev machine..

    Assuming I can replace post-id-0000 with page-id-0000?

    Also i dont want to remove the header completely, just the menu wrapper.

    Thanks and Cheers

    #6326
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Each post or page ID is unique. You can replace post-id- with page-id-, but the numbers are almost certainly going to be different.

    To do it, you will need to know the IDs of each post and page you need to apply this to; you can get them by looking at the browser’s address bar when editing them, they will be shown in the URL.

    To only remove the menu wrapper, you need this:

    #nav-section { display: none !important;}

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

    #6429
    Syndicator
    Member
    Post count: 21

    Sweet, just what i was looking for.

    Understand re page-id and where to get that info, done it before and works a treat.

    thanks, ill give it a whirl and let the forum know if it works.

    #6528
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Cool, let us know 🙂

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register