Jump to content

URGENT PLEASE - my hamburger menu don't show up on homepage only

Go to solution Solved by creedon,

Recommended Posts


Add the following to Design > Custom CSS.

.homepage:not( .header--menu-open ) .burger-inner .top-bun,
.homepage:not( .header--menu-open ) .burger-inner .patty,
.homepage:not( .header--menu-open ) .burger-inner .bottom-bun,
.homepage.header--menu-open .header .header-burger .top-bun,
.homepage.header--menu-open .header .header-burger .patty,
.homepage.header--menu-open .header .header-burger .bottom-bun

  {
  
    background-color : black;
    
    }

This is for v7.1.

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
  • Solution

Scratch the previous code, I think.

I believe you have a syntax error in your Page Header Code Injection for the home page.

It looks something like the following.

<style>
.logoload {
  /* SET BACKGROUND COLOR */
  background-color: #FFF;
  /* SET BACKGROUND SIZE */
  background-size: 90px;
  position: fixed;
  left: 0px;
  top: 0px;

It should be more like the following.

<style>
.logoload {
  /* SET BACKGROUND COLOR */
  background-color: #FFF;
  /* SET BACKGROUND SIZE */
  background-size: 90px;
  position: fixed;
  left: 0px;
  top: 0px;
  }
</style>

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

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.