Hello, I was hoping someone could help me figure out a way to put the search function into the right hand side of the menu bar. The site is www.girlsingangs.org Many thanks for any help!
Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry. If this isn't something you're able to do then you would need to hire a developer for this. If you want to remove search from header Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #searchform { display: none; }