How to add a submit button to search field

Hello,

I have changed the position of the search field and would like to know how i can add a submit button to the search field? I know when i edit the line #ja-search .form-button{ display: inline; } it displays the search box but how can i change the css of that submit button?

Any help is much appreciated.

1 answer

Profile photo of Css Magician 0.00 $tone June 3, 2010
Public

Dear htkarl,

Please open line 354 , file skin/frontend/default/jm_mesolite/css/theme.css and remove "display: none" in style :

Code:

#ja-search .form-button{ display: none; }
#1

Please login or Register to Submit Answer

Written By

Comments