Tagged: search icon
Hi!
Please check http://mem-brein.nl/home/
Is it possible to change the color of the search icon? Or maybe, is it also possible to add a search-text-box?
I tried this: https://kriesi.at/support/topic/adding-search-bar-to-header-cant-find-enfoldincludes-folder/#post-476685
but did not work.
Thanks for your help!
Hi,
I opened your site in Chrome, right hand clicked on the search icon and selected “Inspect”.
Then looking at which selector was the parent of the search link, I created a selector for it and changed the colour. This was so it didn’t change any other links on your page.
#menu-item-search > a {color:red;}
Thanks! :-)
Do you know if it’s also possible to add a text field? To enter a search text?