Search box

Discussion in 'Cloriato WordPress Theme' started by webbi, Jan 17, 2013.

  1. webbi

    webbi New Member

    Joined:
    Aug 9, 2012
    Messages:
    3
    Likes Received:
    0
    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!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    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;
    }
     

Share This Page