Your Own Menu Block Background

Look Demo

Add your own background image to the menu block. This plugin uses css editor and works with all template families.

Screen+Shot+2019-10-18+at+12.17.09+AM.jpg

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.

// Menu Block Links //

.menu-block .menu-selector label {
  background: #FFFFFF;
  border-radius: 20px;
  margin: 5px;
  padding: 10px 20px;
  text-decoration: none !important;
}

// Menu Block Background //

.menu-block {
  background: url(IMAGE-URL-HERE) !important;
  background-size: cover;
  padding: 50px !important;
}

Customize

Menu Block Links: Adjust the background, border radius, margin, and padding values to your liking.

Menu Block: Replace IMAGE-URL-HERE with the url of your own image. You can also adjust the padding of the menu block.

License

This plugin comes with an Unlimited Use License. View License Terms

Previous
Previous

Siiimple Menu Block

Next
Next

Simple & Stacked Menu Block Links - v2