Search X / Autocomplete Bar / Color Theme

Color Theme

This will change the color of the search icon for the autocomplete bar. 'dark' renders a white icon meant to render on a dark page. The default value is 'light' and renders a dark icon on a light colored page.

SX Type Field Subfields Allowed Values
autocomplete display color_theme 'light' (default), 'dark'

~CE

<script>
  window.sx_autocomplete = {
    options: {
      display: {
        color_theme: 'dark'
      }
    }
  }
</script>
HTML