Edit the Mobile Logo on Squarespace

Having a mobile-friendly website is so important. Squarespace does a decent job of automatically adjusting your website for mobile and tablet viewing. However, there are some things you can do to take it to the next level.

So far, I have done videos on editing your text and images to make your Squarespace website more mobile-friendly. In this video, I show you how to resize or hide your logo when being viewed from a mobile device. The code used in the video is provided below.

 
 

The following code is used in the video.

Resize the Logo on Mobile

.Mobile-bar-branding-logo {
  width: 10% !important;
}

Hide the Logo on Mobile

Mobile-bar-branding-logo {
  display: none !important;
}
 
 
Rebecca Grace

Rebecca Grace is a Squarespace CSS Expert and Website Designer.

https://rebeccagracedesigns.com
Previous
Previous

Add an Overlay to One Page on Squarespace

Next
Next

Center a Button in an Image Block on Squarespace