D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: How to re-add search bar to header on Small Business theme

Front Page D5 Creation Forum General Support How to re-add search bar to header on Small Business theme Re: How to re-add search bar to header on Small Business theme

#4237
chaz jones
Participant

I found the answer to my question. Paste the below code in the header.php file inside the section listed as “<div id=”top-menu-container”>”

<form method=”get” id=”searchform” action=”https://d5creation.com/&#8221;>
<label for=”s” class=”assistive-text”></label>
<input type=”text” class=”field” name=”s” id=”s” placeholder=”Search Text Here” />
<input type=”submit” class=”submit” name=”submit” id=”searchsubmit” value=”Search” />
</form>