This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Disabling the Mobile Nav Bar with Orgami Theme?

8 years ago

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.

Need fast email support? Get SiteOrigin Premium

Have a different question or issue?

Start New Thread