Transparent Mobile Menu Header

transparent_menu.png

Description

Easily turn the mobile menu header transparent. This plugin uses css editor and works with Squarespace 7.0 (Brine template family).


How To Install

From your Squarespace account, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.

// Transparent Mobile Menu Header //

@media only screen and (max-width: 640px) {
  .Site {
    margin-top: -90px;
  }
}

.Mobile-bar-branding, .Mobile-bar-menu {
  z-index: 999;
}

Customize

Adjust the margin-top value to your liking.

You can set the mobile menu header color to transparent through the design settings.


Previous
Previous

Your Own Customer Accounts Sign In Text

Next
Next

Custom Fonts (7.1 Version)