Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello. I am using the Orgami WordPress theme. I removed the search bar from the menu when viewing on desktop. However I was hoping someone could guide me as to disabling the search bar and hiding it from the mobile navigation bar. Any advice or guidance would be appreciated!
Solution:
Added this to Appearance-> Customization-> Addition CSS
/* Removes Search Bar from Mobile Nav */ @media only screen and (max-width: 480px) { .mobile-nav-frame form.search { display: none } }