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
|