Home>Support>How do I removed the search box at the top of every page

How do I removed the search box at the top of every page

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

I have a search box on my side bar and don’t want it at the top as well.

Please help.

URL: http://www.farrellwrites.co.uk/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 6 months ago Mabrahmz

    I have origami, but this should be the same with your theme.

    Go into the admin area of your website and under ‘appearance’ find ‘ theme settings’ and click that.

    On the page you go to, will be a list of selections. Go down the list until you get to ‘Header search’. You should have a box called Enabled, with a tick in it. Click this to remove the tick and then save the page. Reload your front page and it should be gone.

  2. 10 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Hi Lyn

    Head to Appearance > Theme Settings > General and un-check the Search Input field.

    Thanks @Mabrahmz, almost the same.

  3. 10 years, 5 months ago Lyn G Farrell

    Thanks so much Mabrahmz and Andrew, will try that now.

    Much appreciated

  4. 10 years, 5 months ago Lyn G Farrell

    If I wanted to put a border around the search box, how could I do that? Could I do via CSS – and do you know the code?

    Hope it’s possible

  5. 10 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    If you’re looking to put a border around the sidebar search widget, try the following under Appearance > Custom CSS:

    /* Pitch Sidebar Search Form */
    
    #sidebar #searchform {
    border: 1px solid #000000;
    padding: 10px;
    }
    
  6. 10 years, 5 months ago Lyn G Farrell

    That’s great. If, instead of removing the top search box, I want to but a border around it (just to see how it looks) do I replace #sidebar with #topbarmenu?

    Cheers

  7. 10 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Sure, try the following:

    /* Pitch Header Search Form */
    
    #logo #searchform {
    border: 1px solid #000000;
    padding: 10px;
    }
    
  8. 10 years, 5 months ago Lyn G Farrell

    Thanks – that’s fab.

    Appreciate the prompt response too.

    Take care
    Lyn

  9. 10 years, 5 months ago Lyn G Farrell

    Hi – that almost worked but it’s about a 4mm too wide all around the search form. And if it could be in red, that would be perfect.

    Hope that’s possible – thanks so much for all your help so far.

    Take care
    lyn

  10. 10 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    For sure, you’ll now need to adjust the CSS as required. #000000 is black, you’ll need to change that to red. You can just use the word red. The padding is 10px, you can adjust that as required.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More