• Using Vega theme from envato themeforest, I had a custom CSS put in to remove the search icon, but I didn’t write it down (of course), and I just did a rebrand where I changed the domain name and now the stupid icon is back!!

    Can anyone help me figure out how to remove it?

    My site is http://www.ellagracebell.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    Thread Starter ellabellphoto

    (@ellabellphoto)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘search icon’ is closed to new replies.