Viewing 7 posts - 1 through 7 (of 7 total)
  • #69221
    Fernando_
    Member
    Post count: 50

    http://www.ouibonjour.com
    WordPress 3.8.1
    Neighborhood Version: 1.68

    Hi guys,

    Is it possible to hide the main nav from certain pages? I would like to have some plain, informative pages without the categories visible.

    Thanks.

    #69224
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi, if you’re having a page with the ID 1234 for example you could use this custom css to hide the header

    .page-id-1234 div.header-wrap {
    display: none;
    }
    #69227
    Fernando_
    Member
    Post count: 50

    Perfect, thanks!

    #69233
    Fernando_
    Member
    Post count: 50

    Very sorry, but the mini header appears when scrolling down – how can I disable that on the mentioned pages? I want to keep this feature on other places though.

    #69234
    Melanie – SUPPORT
    Member
    Post count: 11032
    .page-id-1234 div.header-wrap, .page-id-1234 #mini-header {
    display: none!important;
    }
    #69235
    Fernando_
    Member
    Post count: 50

    Worked like a charm.

    #69254
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome . I’m glad that issue resolved . Thanks Melanie 🙂 .

    With Best Regards
    Swift Ideas

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

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

License required for the following item
Login and Registration Log in · Register