How to change Navigation dropdown background color

To change the navigation dropdown background color, you can use this code to Custom CSS box

div.header-nav-folder-content {
    background-color: #f1f !important;
}

Result: