Quicksearch background color change

Devilwillcry4you

Active member
Licensed customer
I found where to change the color in #quicksearch but when I change the color only the top only changes not the sides.
 
Here you go (add this to the EXTRA template). Change the colors to suit your needs.

Code:
#QuickSearch
{
    background-color: #ff4500 !important;
}
/* ~change quicksearch colors top and bottom~ */
 
 
 
#QuickSearch .formPopup
{
    background-color: #ff4500 !important;
}
/* ~change quicksearch colors left and right~ */
 
 
 
#QuickSearch .formPopup .controlsWrapper
{
    background-color: #ececec !important;
}
/* ~change quicksearch inner form area~ */
 
Back
Top Bottom