Change color of dropdown text only

To change color of Dropdown Text color only, you can use this to Custom CSS box.

span.header-nav-folder-item-content {
    color: #f1f !important;
}

image