Home Forums Free Themes Education Hub want search bar to show only on desktop

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41771
    froshdimeji
    Participant

    First thanks for your awesome theme, please I want to display the search bar on header to display on desktop screen only not on mobile devices, thanks

    #41854
    wensolutions
    Keymaster

    Hello @froshdimeji,

    To remove the search bar in the header in the responsive view use below given CSS .

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS .

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

    Hope this helps.

    Best Regards!!

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