go to this file
wp-content/plugins/wp-store-locator/frontend/class-frontend.php
find ‘enableStyledDropdowns’ => apply_filters( ‘wpsl_enable_styled_dropdowns’, true )
and change it to
‘enableStyledDropdowns’ => apply_filters( ‘wpsl_enable_styled_dropdowns’, false )
That’ll do the trick