Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #259532
    cinnamon21
    Participant

    Hi I tried the code to hide search bar and it works but not in ipad and mobile.
    How do I solve this?

    Thanks!

    #259557
    Skandha
    Participant

    @cinnamon21: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #search-container-main {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #259674
    cinnamon21
    Participant

    Thank you! I managed to find the other code from the forum that also works. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to hide search bar in mobile?’ is closed to new replies.