How to remove the search function on top right of MistyLook from the menu??

  • Unknown's avatar

    I would like to remove the search function in the top right hand corner of Misty Look so i can add more pages to my menu. The way it is now, if I try to add a new page to the menu, the search function covers it. So I would like to remove it. Please tell me how to do this. Thank you.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hey there,

    Because of your Premium upgrade, you can hide the search box by adjusting your theme’s CSS code.

    If you’d like to give this a try, click Appearance → Customize in your site’s Dashboard. Then, click CSS in your right-hand menu. In the CSS Revisions box, please paste the following underneath all existing text:

    input[type=”text”] {
    display: none;
    }

    #navigation ul li.search input#searchsubmit {
    display: none;
    }

    Then Save your changes.

    I hope this helps! If you have any other concerns, drop me a note. Thanks much!

  • Unknown's avatar

    Thank you so much! It worked perfectly. Much appreciated. Amy

  • The topic ‘How to remove the search function on top right of MistyLook from the menu??’ is closed to new replies.