To make the dropdown menu transparent Squarespace:
Use this code to the Custom CSS box
div.header-nav-folder-content {
background-color: transparent !important;
}
Result:
Before:
After:

To make the dropdown menu transparent Squarespace:
Use this code to the Custom CSS box
div.header-nav-folder-content {
background-color: transparent !important;
}
Result:
Before:
After:
