How to Add Hamburger to Desktop Menu Using Custom CSS Squarespace (7.1)

 
 

Hello Squarespace Fellas!!

Welcome back to another Squarespace blog 🤓

Today’s Blog will discuss adding hamburger to the desktop menu using custom CSS in your Squarespace. Excited?? so let’s get started!!😀

Adding Hamburger to Desktop Menu in Squarespace

In Squarespace, the default behavior is to display the full navigation menu on desktop devices, without a hamburger menu. The hamburger menu is typically reserved for mobile devices to provide a compact and easily accessible navigation menu. However, if you want to implement a hamburger menu on the desktop version of your Squarespace website, you can do so using custom code.

Steps to Add Custom CSS:

Step 1: Log in

Log in to your Squarespace website and go to the “Home” menu and then “Design”.

Step 2: Design > Custom CSS

Go to Design and then open up the custom CSS portion.

Step 3: Add Custom CSS for Hamburger

Paste the below code to your website's custom CSS portion. This code will add a hamburger on the desktop menu in Squarespace.

.header .header-mobile-layout-logo-center-nav-left .header-display-mobile .header-burger {
    order: 2 !important;
}

.burger-inner.header-menu-icon-doubleLineHamburger .top-bun {
    height: 3px !important;
    transform: translateY(-10px);
}

.burger-inner.header-menu-icon-doubleLineHamburger .patty {
    background-color: #000 !important;
    height: 3px !important;
    transform: unset !important;
}

.burger-inner.header-menu-icon-doubleLineHamburger .bottom-bun {
    transform: translateY(10px);
    height: 3px !important;
}

.header .header-mobile-layout-logo-center-nav-left .header-display-mobile .header-title {
    text-align: unset;
}

.header-burger {
    display: flex;
}

.header-nav {
    display: none !important;
}

.header--menu-open .header-menu {
    opacity: 1;
    visibility: visible;
}

Step: 4 Save

Save the changes and check out the results!! 😀

 
Squarespace 7.1 desktop hamburger header menu 1
 

Adding Custom CSS to your website:

To add Custom CSS to your website:

Login to Squarespace — Account Dashboard> Select the website you want to add CSS to > Go to Design > Custom CSS > Paste code > Save.

See the step-by-step tutorial.

 

Written By: SQSPStarter team

Website : https://sqspstarter.com/

SQSPStarter

SQSPStarter | Squarespace Plugins & Custom Development

https://www.sqspstarter.com
Previous
Previous

7 Best Squarespace Ecommerce Plugins

Next
Next

How to Add Back to Top Button in Squarespace (7.0 & 7.1)