Jump to content

Get rid of header on Landing Page

Recommended Posts

Site URL: https://www.madebyrach.net/

I am trying to get rid of the nav bar on my landing page. I want remove only the About, Portfolio, Gallery, and Contact headers, but keep the name (RACHEL KIM) and the social icon buttons on the left hand side. I want the navbar headers on every other page on my website though.  I also want to remove the hamburger menu on the landing page in mobile view as well.

 

Thank you!

Link to comment
  • Replies 11
  • Views 958
  • Created
  • Last Reply

Add the following to Design > Custom CSS.

#collection-5f3187598c520c609927f6bc .header-nav {

  visibility : hidden;
  
  }

@media only screen and ( max-width: 1024px ) and ( pointer: coarse ), screen and ( max-width: 799px ) {

  .header-burger {
  
    visibility : hidden;
    
    }
  }

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
  • 1 month later...

@Langulin

Please post the URL to the page where you want to achieve this effect.

If your site is not public please set up a site-wide password, if you've not already done so. Post the password here.

We can then take a look at your issue.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
On 1/15/2021 at 10:32 AM, Langulin said:

Hello @creedon - do you know if there a way to entirely remove the header and footer on 7.1 templates, so you can create a cover/landing page. I would like just a single image or video on a landing page, where I'll add a button and then connect to the rest of the site. Any help would be great, please.

Thanks 🙂

 

Add to Page Header

<style>
  header#header, footer.sections {
  	display: none;
  }
</style>

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 1 month later...

Hey Guys,

I'm using SS 7.1, on a business account, and I'm also trying to remove the hamburger/menu bar from mobile for a landing page.  @creedon Your CSS from 11/18 worked, but when it removed the menu  bar, the logo became off center (because it moved closer to where the menu bar was).  Is there a way to remove just the menu bar, without affecting any other elements on the page (especially on mobile), to keep everything centered?

@tuanphan I'm not sure why, but none of the code entries you shared worked on my end.

Thanks for your help!

D

Link to comment

@DCNY

Please post the URL for your site. If I had to guess I'd say that instead of display : none we'd need to use visibility : hidden. But we won't know until we can see what we are dealing with.

If your site is not public please set up a site-wide password, if you've not already done so.

Post the password here.

Adding a site-wide password is not a security breach. Please read the documentation at the link provided to understand how it works.

We can then take a look at your issue.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment

@DCNY

I have updated my code post. It appears you don't need the following rule-set so you don't have to copy that part.

#collection-5f3187598c520c609927f6bc .header-nav {

  visibility : hidden;
  
  }

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.