Forums › Forums › Search & Filter Pro › Drop Down Menu Hover Colour
Tagged: css styling, menu hover color, styling
- This topic has 22 replies, 2 voices, and was last updated 4 years, 7 months ago by Trevor.
-
Anonymous(Private) March 17, 2020 at 2:21 pm #236936
Yeah I know. I just need to be able to hide the search box in the party size field. I applied the script that you kindly provided me but it doesn’t seem to work. That’s the only issue now. This was the code which I added to a custom text widget in the sidebar.
<script> (function ( $ ) { $(document).on("sf:ajaxfinish", ".searchandfilter", function(){ $('#search-filter-form-13155 .sf-field-taxonomy-partysize select.sf-input-select').select2(); }); }(jQuery)); jQuery(document).ready(function($){ $('#search-filter-form-13155 .sf-field-taxonomy-partysize select.sf-input-select').select2(); }); </script>
Trevor(Private) March 17, 2020 at 2:24 pm #236940The code is shown in this post:
https://support.searchandfilter.com/forums/topic/format-question/#post-221332
-
AuthorPosts