Jump to content

SOLVED: How to add INPUT PROMPT text in the SEARCH BOX like Timefy.com and Swoonshops.com ?


Recommended Posts

In blocktopmenu.tpl, I replaced this line:

<input type="text" name="search_query" value="{if isset($smarty.get.search_query)}{$smarty.get.search_query}{/if}" />


with this:

<input type="text" name="search_query" value="Looking for something?">


This produces a search box with an input prompt that reads "Looking for something?".
Unfortunately, the text is dark black.
Changing the text color for the input box changes the color of typed queries as well.
Anyone know how to change that?

Link to comment
Share on other sites

×
×
  • Create New...