Home>Support>How do I removed the search box at the top of every page
  1. 9 years, 8 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. 9 years, 8 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. 9 years, 8 months ago Lyn G Farrell

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

    Much appreciated

  4. 9 years, 8 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. 9 years, 8 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. 9 years, 8 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. 9 years, 8 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. 9 years, 8 months ago Lyn G Farrell

    Thanks – that’s fab.

    Appreciate the prompt response too.

    Take care
    Lyn

  9. 9 years, 8 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. 9 years, 8 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