How to customize the dropdown menu background in Squarespace

Youโ€™ll find a lot of options in your Squarespace design menu, but unfortunately, changing the background color of your dropdown menu isnโ€™t one of them. ๐Ÿซ  Luckily, a little custom CSS can help you make that dropdown folder unique! Use the code below to create a higher contrast, or even add a linear gradient if you want to be really creative.

Under the code youโ€™ll also find a link to a tutorial video that will teach you some more creative customization tricks for your dropdown. Itโ€™s definitely worth watching if you want to be inspired!

/* soliud background color - change the #00FF00 color */
.header-nav-folder-content{
  background-color:#00FF00!important
}
/* linear gradient background */
.header-nav-folder-content{
background:linear-gradient(to bottom, #fee7ef,#c4e9fa)
} 
 
How to customize the dropdown menu background in Squarespace
insidethesquare

Squarespace Circle Leader & Creator of InsideTheSquare.co

https://insidethesquare.co
Previous
Previous

How to change your logo on a specific page in Squarespace

Next
Next

How To Customize Bullet Points in Squarespace