View Single Post
  #9  
Old 04-21-2009, 09:31 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Bottom.tpl editing

Im sure you know this but color and background-color are not the same.

did you change

.BottomBox {
COLOR: #9A9A9A;
HEIGHT: 22px;
VERTICAL-ALIGN: middle;
}

to

.BottomBox {
BACKGROUND-COLOR: #ffffff;
HEIGHT: 22px;
VERTICAL-ALIGN: middle;
}
__________________
xcart 5.1.2
Reply With Quote