• The SEARCH button/icon on the top right corner does not work.
    1> How to remove this SEARCH button?
    2> If the button can’t be removed, how do you make it function?
    Please provide detailed steps for resolution.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘SEARCH icon’ is closed to new replies.