How to Hide Social Media Icons on the Mobile Menu in Squarespace 7.1

Why Hide Social Media Icons from the Mobile Menu?

By default, Squarespace 7.1 displays social media icons in the header menu on both desktop and mobile. While this is great for branding, some business owners prefer to keep their mobile navigation clean and distraction-free.

Reasons to Hide Social Media Icons on Mobile

Improves Navigation – Keeps your menu minimal and user-friendly.
Enhances Branding – Helps create a focused design that aligns with your website aesthetic.
Encourages On-Site Engagement – Reduces the chance of visitors clicking away to social platforms.
Quick & Easy to Implement – Just a few lines of CSS will hide the icons on mobile only.

 
 

How to Hide Social Media Icons in the Squarespace Mobile Menu

This method works specifically for Squarespace 7.1 and ensures that the icons are hidden only on mobile while still appearing on desktop.

Step 1: Add the CSS Code to Hide Social Icons on Mobile

  1. Log in to your Squarespace account.

  2. Navigate to Website → Design → Custom CSS.

  3. Copy and paste the following CSS code into the Custom CSS box, then click Save to apply the changes.

// Hide Social Icons Mobile Menu //
.header-menu-actions {
  display: none;
}

How to Hide Social Media Icons in the Footer

If your social media icons are still appearing in the footer, add this additional CSS, this will completely remove the social media icons from your footer:

// Hide Footer Social Icons //
.sqs-block-social {
  display: none;
}
 

Troubleshooting: What If the Icons Aren’t Hiding?

If the social media icons are still visible, check the following:

Clear Your Cache – Sometimes, CSS changes don’t take effect immediately. Try refreshing your browser or testing in an incognito window.

Check for Conflicting CSS – If you have other custom CSS targeting social icons, ensure that it’s not overriding the new code.

Use !important – If the icons aren’t hiding, modify the code by adding !important like this:

.header-menu-actions {
  display: none !important;
}
 

Want More Website Tips?

Join our Passport Club Email List and get access to:

Need Help Customizing Your Squarespace Website?

We offer professional Squarespace design services to help small business owners build beautiful, functional websites.

💻 Custom Squarespace Website Design
🎨 Custom Branding Design
🖼️ Monthly Graphic Design Support Services
🔧 Monthly Squarespace Website Support Services


Other Blog Articles You May Like


Explore More Blogs from The Growth Passport

Previous
Previous

How to Add Custom Bullet Point Symbols on Your Squarespace 7.1 Website

Next
Next

How to Make Your Anchor Links Scroll Smoothly on Squarespace 7.1