How do I clear my templates cache from admin?
And this is the code that is in my skin1.css file in fastlane
Code:
A.CheckoutTab:link {
COLOR: #000000;
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
TEXT-DECORATION: underline;
}
A.CheckoutTab:visited {
COLOR: #000000;
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
TEXT-DECORATION: underline;
}
A.CheckoutTab:hover {
COLOR: #000000;
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
TEXT-DECORATION: none;
}
A.CheckoutTab:active {
COLOR: #000000;
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
TEXT-DECORATION: underline;
}
.CheckoutTabSel {
COLOR: #000000;
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
But it is still white. Not sure what you mean uploaded I simply changed and saved it. Do I need to download it edit it then upload it for it to take effect?