Home>Support>Disabling the Mobile Nav Bar with Orgami Theme?

Disabling the Mobile Nav Bar with Orgami Theme?

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
}
}

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More