XF 1.2 How hard is it to move search box?

You need to wrap the search box inside the sub navigation bar template or use position: absolute and place the search box.

For changing background-color -

Code:
#QuickSearch .textCtrl { background-color: #d3d3d3;} /*Color code for gray*/
BTW Link to your site will be good.
 
Top Bottom