Remove header from a single page

Hi, I’m trying to remove the header completely from my home page. I’ve tried using the following in global CSS:

.page-id-529 .site-header {
display: none;
}

… but it didn’t have any effect.

The website I am referring to is callumbirch.com.

Thanks!

Hello @cpb1g13,

Thanks for writing in!

Actually there is no need for custom CSS code to remove header from single page. You can do changes from Cornerstone editor itself. Please follow the steps below:

  • Please open the home page in Cornerstone editor.
  • Click on the Settings Icon.

  • Under Page Settings > General > Page Templates and select Blank - Container | No Header, Footer or Blank - No Container | No Header, Footer depending on your requirement.

Thanks.

Thank you very much!

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.