These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Drop Down Menu Hover Colour
Tagged: css styling, menu hover color, styling
The code would be slightly different, that is all:
<script>
(function ( $ ) {
$(document).on("sf:ajaxfinish", ".searchandfilter", function(){
$('#search-filter-form-13155 .sf-field-taxonomy-partysize select.sf-input-select').select2({minimumResultsForSearch: -1});
});
}(jQuery));
jQuery(document).ready(function($){
$('#search-filter-form-13155 .sf-field-taxonomy-partysize select.sf-input-select').select2({minimumResultsForSearch: -1});
});
</script>