How to make Dropdown menu transparent in Squarespace

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
image

After
image

1 Like