Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @fondashci,

    This can be fixed with some custom CSS. Under Customize > Additional CSS, you can add the following code:
    ?

    
    ?.storefront-handheld-footer-bar .search {
        display: none !important;
    }
    

    ?If the above code doesn’t work, Can you share a link to your site so I can see the HTML output and help you with that?

    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).`

    Cheers.

    Thread Starter fondashci

    (@fondashci)

    That works fine

    thank you

    much appreciated

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove search icon from handheld navigation bar’ is closed to new replies.