View Single Post
  #2  
Old 09-28-2008, 03:26 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

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

Default Re: Having problem during checkout

Those links are controled by the fastlane checkout module, which has it's own css file.

look in the skin1 folder for modules, then find the folder that says fast_lane_checkout and open it.

Then find the skin1.css file.

the links are controlled by this code.

A.CheckoutTab:link {
COLOR: #003366;
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
TEXT-DECORATION: underline;
}
A.CheckoutTab:visited {
COLOR: #003366;
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
TEXT-DECORATION: underline;
}
A.CheckoutTab:hover {
COLOR: #003366;
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
TEXT-DECORATION: none;
}
A.CheckoutTab:active {
COLOR: #003366;
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
TEXT-DECORATION: underline;
}
__________________
xcart 5.1.2
Reply With Quote