How to removing underline from Navigation Folder Dropdown

To remove underline from Navigation Dropdown Folder in Squarespace.
image

You can use this code to Website Tools > Custom CSS.

span.header-nav-folder-item-content {
    background-image: none !important;
}

image