• Resolved sskal

    (@sskal)


    Hi there,

    I am not quite sure why there are two search boxes in the search results but I would like to remove the bottom one. Could you assist me into removing the bottom search box?

    I’ve added a screenshot to what I am referring too: http://i.imgur.com/IKKyMEt.png

    Thanks for your time, looking forward to your response.

    Sav

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter sskal

    (@sskal)

    Actually, I would like to remove both the search boxes.

    Looking forward to your reply.

    Theme Author Ben Sibley

    (@bensibley)

    Hi Sav,

    Thanks for using Ignite!

    The following CSS can be used to remove the search boxes from the search results page:

    .search .search-form-container {
      display: none !important;
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    Thread Starter sskal

    (@sskal)

    Hey there,

    I added the CSS to the Custom CSS section but now the search box that was on the sidebar (widget) is also gone. Would it be possible to just remove the two search boxes on the page or atleast the one at the top?

    Thanks,

    Sav

    Theme Author Ben Sibley

    (@bensibley)

    Okay I see. The following CSS will remove the two search bars on the search page and leave the one in the sidebar widget:

    .search .main .search-form-container {
      display: none !important;
    }
    Thread Starter sskal

    (@sskal)

    Thanks! It worked.

    If it isn’t too much trouble could you provide the CSS that will leave the bottom search box?

    Sorry for the inconvenience. I appreciate all the help though!

    Theme Author Ben Sibley

    (@bensibley)

    Sure, here’s the code for that:

    .search .entry-header .search-form-container {
      display: none;
    }
    Thread Starter sskal

    (@sskal)

    Thank you so much. I appreciate your help!

    Awesome theme, love it!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome 🙂

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Removing Search Boxes’ is closed to new replies.