cloudseat Posted March 24, 2010 Share Posted March 24, 2010 How can include the word "SEARCH" (as in input prompt) in my search box like http://www.swoonshop.com/and http://www.timefy.com/fr/index.php ? Link to comment Share on other sites More sharing options...
Celeborn Posted March 24, 2010 Share Posted March 24, 2010 Care to mention how this was solved for you for future reference? Link to comment Share on other sites More sharing options...
cloudseat Posted March 24, 2010 Author Share Posted March 24, 2010 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 More sharing options...
Recommended Posts