Jump to content

remove menu in homepage in desktop; remove logo in all pages but homepage

Recommended Posts

  • Replies 1
  • Views 172
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

#1. Add to Design > Custom CSS

/* hide logo */
body:not(.homepage) header#header img {
    visibility: hidden !important;
}

#2. Add this CSS

/* hide nav items on desktop */
@media screen and (min-width:992px) {
.header-nav {
    display: none;
}
}

#3. This need a Business Plan or higher. Do/will you use Personal or Business Plan?

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

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.