Jump to content

Remove site title, navigation and footer on only one page

Go to solution Solved by Jia,

Recommended Posts

  • Solution
33 minutes ago, backwaterflorida said:

Hello - I'm trying to remove my site title, nav and footer from a couple of pages of an event we're having.  I've tried adding code to the advanced custom code but it does not seem to like that.    Site I'm trying to remove it from is https://www.backwaterflorida.com/tcb.  Any help would be appreciated.  

Screen Shot 2024-03-23 at 6.00.42 PM.png

Hi, try adding this code to custom css:

#collection-65e928f35217070e1ea8806e {
  header, footer {
    display:none!important;
  }
}

Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified.

Link to comment
6 minutes ago, backwaterflorida said:

Hm.  Does not seem to work on this page.  

https://www.backwaterflorida.com/tcbpay/zumjblj7jg0ha0iigek3n88jmy5amk

On which pages are you trying to remove the header and footer? The code I provided was only applicable to the page you linked.

Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified.

Link to comment
2 minutes ago, backwaterflorida said:

just those two pages is all.  

Alright, replace the code we added with this. Again, this is only applicable for those 2 pages.

#collection-65e928f35217070e1ea8806e, #item-65f9ae28547e01097c19245a {
  header, footer {
    display:none!important;
  }
}

 

Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified.

Link to comment
34 minutes ago, backwaterflorida said:

I notice it only works for desktop viewing but not mobile.  Any thoughts?

Add this code:

#collection-65e928f35217070e1ea8806e, #item-65f9ae28547e01097c19245a {
  .Mobile-bar.Mobile-bar--top {
    display: none;
  }
}

Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.