web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Pages / Custom header on one p...
Power Pages
Answered

Custom header on one page in site

(0) ShareShare
ReportReport
Posted on by 24

I have a site with a branded header and footer.  Is there a way to have a page in this site that has no header or footer (no branding) or do I need to create a new site to have a different header/footer?  They also do not want any navigation features on the page.

 

TIA,

DawnP

Categories:
I have the same question (0)
  • Fubar Profile Picture
    8,487 Super User 2026 Season 1 on at

    There are a couple of different approaches to this

    • Create your own Page Template (that uses a Web Template), the page template when it uses a Web Template has an option to include Header and Footer
    • Customize the "Header" web template e.g. can use Liquid code to detect what page you are on and then wrap what you want to show/hide in IF statements.

    Depending on exactly what you need one may be a better option than the other.

  • GWham1 Profile Picture
    on at

    As @Fubar said, the most simple way is to create a new 'web template' and 'page template' and assign the page template to your web-page. Ensure you uncheck the "Use Website Header and Footer" 👍

     

    GWham1_0-1710326197606.png

     

  • DawnP Profile Picture
    24 on at

    Hi @GWham1 

    I created a new web template and page template and unchecked the 'Use Website Header and Footer' checkbox.  It worked to remove the header and footer but it also lost all formatting.  I have attached the design view of the page and then the preview of it to show you what I mean.  How do I fix the formatting?

    LRES Design view.pngLRES Preview.png

  • Fubar Profile Picture
    8,487 Super User 2026 Season 1 on at

    Think you'll find that when you uncheck it it will not include the entries in the Head tag in the rendered page (which includes the bootstrap css etc). So would need to add them into your template - it is probably easier and quicker to alter the Header web template.

  • Verified answer
    GWham1 Profile Picture
    on at

    Sorry, i thought you wanted to remove the header completely. If it's just a case of hiding/showing specific elements in the header based on the page, you could add some logic to show/hide for specific pages?

     

     

     

    {% if page.url == "/bob" %}
     // wrap around navigation block
    {% endif %}
    
    {% if page.url contains "bob" %}
     // wrap around navigation block
    {% endif %

     

     

    Or if you have a child page of 'members' for example and any page inside should not have the navigation..

     

    {% if request.url contains "members" %}
     // wrap around navigation block
    {% endif %

     

     

  • StoneCold Profile Picture
    4 on at
     
    I am facing the same problem as you. If i unselect the "Use website Header and Footer" checkbox, i'm losing all the formatting. How do we make sure that the formatting is not lost?  
     
    I do not want to use the conditional logic inside header template to just not include anything i want on a page based on its url.
  • StoneCold Profile Picture
    4 on at
     
    How do we include the entries in the head tag(bootstrap css etc) and not lose the formatting after unchecking "Use Website header and footer"?
     
    What are all the entries that we need to include if we choose to uncheck so that we do not lose the formatting?
     
    Even if i conditionally adjust in the header template to ignore the header on a specific page, it is still occupying the space for header. I completely want to remove it and not affect the formatting.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
DP_Prabh Profile Picture

DP_Prabh 51

#2
rezarizvii Profile Picture

rezarizvii 35

#2
oliver.rodrigues Profile Picture

oliver.rodrigues 35 Most Valuable Professional

Last 30 days Overall leaderboard