• Resolved filmcritic23

    (@filmcritic23)


    Hello everyone!

    I was wondering if someone could tell me how to remove this search bar? It’s the one that is under the menu bar. I’m trying to find how to remove it in the theme editor but I am having little luck in finding which code is it. Thanks so much for your assistance in advance.

    Best,
    Katie

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Katie, if you happen to use a child theme, you can try and remove line 98 from ?header.php?:

    <a class="search-toggle fright" href="#"></a>

    A different way is to remove the element via CSS.
    Add the following code via customizer:

    
    a.search-toggle {
    display:none;
    }
    
    Thread Starter filmcritic23

    (@filmcritic23)

    Thanks so much, that worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing secondary search bar’ is closed to new replies.