Hide Mobile Menu icon in Squarespace

To hide Mobile Menu icon (burger icon) in Squarespace

You can use this code to Custom CSS box

div.header-burger {
  visibility: hidden;
}

image

1 Like