New Landing How can we help? Atelier Disabling Global Header Banner on specific pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #215917
    andre
    Member
    Post count: 3

    Hi,

    Is there a way to Disable Global Header Banner on specific pages using Custom Fields?

    Thanks,

    Andre

    #215932
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It’s only possible to do the opposite(activate it only in specific pages)
    Or using css to hide it in specific pages using the page id

    Add the code below to your custom css option and adjust the id’s that you desire to hide. This example will hide the Header banner from page 10 and 11.

    .page-id-10 #sf-header-banner, .page-id-11 #sf-header-banner {
    display:none;
    }

    You can see the page id in the html source of the page or in the url when you edit the page in the admin.

    -Rui

    #216222
    andre
    Member
    Post count: 3

    Thanks a lot Rui!

    #216225
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad I could help.

    -Rui

Viewing 4 posts - 1 through 4 (of 4 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