If the accepted answer don't work because of some default styling set the !important property in the global file.
.hide-dropdown { display: none !important; }
This fixed my issue.