X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Search Bar Background color (https://forum.x-cart.com/showthread.php?t=54820)

Vacman 07-30-2010 07:11 AM

Search Bar Background color
 
I want to modify the search bar at the top of the customer screen. The first thing I want to change is the default background color. I have looked at /customer/home.tpl as well as /customer/search.tpl but I am seeing the code for this. Where do I look?

Shamun 08-01-2010 02:35 PM

Re: Search Bar Background color
 
It's in the css as the input element.

such as:

#someDiv input {
background-color: white;
border: 1px solid black;
}

Vacman 08-04-2010 09:40 PM

Re: Search Bar Background color
 
I found it:

Code:

#header .line2 {
  position: relative;
        width: 100%;
  border: none;
  border-top: 1px solid #cb480c;
  border-bottom: 1px solid #cb480c;
  background: url(images/head_linebg.gif) repeat-x top;
  height: 39px;
  color: #451300;
}



All times are GMT -8. The time now is 02:36 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.