I entered the code
/* Wrap the selects for extra styling */
$(‘.site-sidebar .widget select:not(.ymm-select), .variations_form select’).each(function(){
$(this).wrap( “<div class=’select-wrapper’></div>” );
});
in the file:
wp-content/themes/chromium/assets/js/theme-helper.js
but it does not work equally