TarekRaafat / autoComplete.js

Simple autocomplete pure vanilla Javascript library.
https://tarekraafat.github.io/autoComplete.js
Apache License 2.0
3.93k stars 236 forks source link

General question: custom style color of search icon svg #344

Closed inglesuniversal closed 2 years ago

inglesuniversal commented 2 years ago

Hello @TarekRaafat

I can't seem to find a note on your documentation on how to change the default color of the search icon to a custom color of my choice.

Can you kindly tell me how to go about it without needing to edit your css file?

Thanks!

TarekRaafat commented 2 years ago

Hello @inglesuniversal,

The search icon color is not inherited from the CSS file. Instead, it's hardcoded in the icon SVG file itself. Accordingly, you'll have to change the icon/icon color in the SVG file.

Let me know if this answers your question.

Cheers! :)

inglesuniversal commented 2 years ago

Yes, awesome script!