sacredpath
(@sacredpath)
Automattic Happiness Engineer
Hi there, I’ve checked your site in Safari, Chrome and Firefox and in all three the search icon/function works for me.
If you wish to remove it, the following custom CSS will do that.
#site-navigation .search-form {
display: none;
}
@sacredpath thanks for this, was also looking after that.
In fact, I just want to implement Google search at one site.
Do you, by any chance, know how/where to replace the action generated by the magnifier by something like:
echo do_shortcode('[wp_google_searchbox]');
sacredpath
(@sacredpath)
Automattic Happiness Engineer
The search form code is in the header.php file, so you would need to use a Child Theme
Take a look at this site and scroll down to Method 2 and look through that. Hopefully that helps get you on the right track.
Great, I’ll explore this solution then, many thanks again!