View Single Post
  #4  
Old 03-17-2008, 07:32 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Question about Search Header

Great, but that isn't actually a version I assume you mean 4.1.9? If you could update that, that would be great.

As for changing colors, your best friend in the software is going to be webmaster mode. It tells you exactly which template is which. Once you determine what template something is in, you can open it up to see what classes it is calling, and then by looking at skin1.css, you can see how the color is called.

As for moving the search, you would simply move the include from one template to the other. THe include for the search function looks like this:

{include file="customer/search.tpl"}

Simply move that line of code from the header to the left hand menu, which is in customer/home.tpl.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote