• Hello,
    I have a very small eshop on my website which isn’t the main purpose of the web. I would like to hide the ‘search’ and cart button. Especially, when used on a mobile phone since the ‘footer’ takes up a lot of space.
    Is there a way? I cannot find anything since it’s not a real footer.
    Thank you.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you want to remove the whole footer bar on mobile you can add the following into Appearance->Customize->Additional CSS

     @media screen and (max-width: 568px) {
         .storefront-handheld-footer-bar {
             display: none;
         }
     }
    Thread Starter zuzaes

    (@zuzaes)

    Jarret, thank you really a lot!
    Surprisingly, I’ve managed to edit it ?? and it looks great now! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Search button’ is closed to new replies.