Home Forums Pro Themes Education Hub Pro Hide search on mobile device

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12711
    comboss
    Participant

    Hi there,

    Is there anyway to hide search box on mobile devices, such as phone and tablets?

    Thanks a lot for your support!

    #12744
    wensolutions
    Keymaster

    Hello Comboss,

    To hide the search bar only in mobile devices you can simply add in the following custom CSS in your Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS Field

    @media only screen and (max-width: 767px){
    .search-section {
    display: none;
    }
    }

    Let us know how it goes.
    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.