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

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3310
    chaz jones
    Participant

    Hello D5 Team,

    I removed the “Search Text Here” search bar from the header by accident from the Small Business Theme. Can you please re-post the code that I will need to add to the header.php file so that I can add it back?

    Thanks,
    Chaz

    #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>

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.