Magento RWD theme: Making search bar permanent -


i'm using rwd theme , trying make search bar permanent (rather clicking search icon , having appear). i'm still newbie , poking through template files looking javascript make happen, looking through scss see if can find acting on id or class (seems either #header-search or .skip-links), can't seem find anything.

any hints on go next?

in case else looking this, ended finding javascript file (app.js) in rwd theme that's responsible hiding search bar. adds , removes 'skip-active' class show or hide search bar, added script header template of theme , achieved desired effect:

<script type="text/javascript">   jquery(function($){     $('#header-search').addclass('skip-active');   });   </script> 

Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -