Remove search bar in header

  • Unknown's avatar

    Hi there. Total novice here!

    I want to remove the search bar in the header. Looking on google I think I will need to upgrade and use CSS so have tried the ‘trial’ and copied and pasted various bits of code into the CSS editor that I have found on google but none of them work and I know nothing about coding so I don;t have a scooby why! Can anyone help?

    If there is a solution without using CSS that would be great but happy to pay for the upgrade if I have to.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, you can try out and preview custom CSS before you buy as explained here.

    Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and you can preview the change.

    .masthead .search-wrapper {
        display: none;
    }
  • Unknown's avatar

    Thank you so much – that worked a treat!

    becks

  • Unknown's avatar

    Becks, you are welcome.

  • The topic ‘Remove search bar in header’ is closed to new replies.