Quick tip #1: How to hide the private banner in Power Pages

Calum HarrisonCalum Harrison
1 min read

Did you know that it’s really easy to get rid of the private banner in Power Pages ?

Whether you’re changing the header or just want it to disappear this is how you can hide it.

  • Go to make.powerpages.com and edit your site.

  • Click on any web page and select “Edit code“

  • In the file explorer, go to web files > theme.css > go to the bottom and add this style.

       .private-mode-banner {
        display: none;
      }
    

    Save and sync the portal and its shouldn’t appear anymore.

    👋 Enjoyed this post?
    Sign up for my newsletter to get notified whenever a new blog is out.
    Don't forget to check your spam folder so you don't miss out!

0
Subscribe to my newsletter

Read articles from Calum Harrison directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Calum Harrison
Calum Harrison