Hi Ella,
Are you not wanting to display the search function in your header at all? Are you using a child theme to make you design changes? If not, I’d definitely recommend doing so to avoid losing changes when a theme updates. 🙂
If you’re wanting to hide the icon, this CSS placed in your child themes stylesheet should do the trick; this way, if you ever want to re-enable the search function on your site, you’ll be able to do so by removing this code.
.top_bar #searchform {
display: none;
}
BTW, I just visited Vancouver last week all the way from Cape Town – such a beautiful city! I hope to go back there. 🙂
Hope this helps,
Gareth
Hey Gareth!
Unfortunately it didn’t work :(. I tried adding it to the style sheet AND the custom CSS form and it’s still showing up.
I feel like last time I had to delete some code somewhere but I can’t re-find the page where i found the info! so frustrating.