Hello all
I somehow added this Search box to my navbar and I want to remove it but I can't seem to find the code
I used Firebox and Firebug to find out the code and here it is:
<ul id="menu-new-menu" class="nav-menu">
<li id="menu-item-112" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-112">
<li id="menu-item-212" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-212">
<li class="search">
<form id="searchform" action="/" method="get">
<label class="assistive-text" for="s">Search</label>
<input id="s" class="field" type="text" placeholder="Search" name="s">
<input id="searchsubmit" class="submit" type="submit" value="Search" name="submit">
However when I try to find this code I can't seem to find it anywhere.
Any ideas?
This is the url of my blog: http://socialmediaguy.me
I will also attach a screenshot:
http://i.imgur.com/3fImYCG.png
Thanks in advance!!