JGLIGHTING
25-Apr-2010, 09:00 PM
Hi
I have imported my V9 site in to V10 and I have just found out that some of the new V10 CSS (ie check out CSS) has deleted my CSS and it has change some of it too.
Example
#topnavbar {
}
To
#topnavbar {
}
#topnavbar a.checkout-checkoutbg:link {
color: #000000;
text-decoration: none;
}
a.checkout-checkoutbg:visited {
color: <actinic:variable name="CheckoutBG" />;
text-decoration: none;
}
a.checkout-checkoutbg:hover {
color: <actinic:variable name="CheckoutBG" />;
text-decoration: underline;
}
This is not the only thing it done.
Has anyone else notice this???
Do any one have any idea of the best way to sort it out.
I was thinking of using the standard CSS file and then just copy my CSS over from V9
Elliott
I have imported my V9 site in to V10 and I have just found out that some of the new V10 CSS (ie check out CSS) has deleted my CSS and it has change some of it too.
Example
#topnavbar {
}
To
#topnavbar {
}
#topnavbar a.checkout-checkoutbg:link {
color: #000000;
text-decoration: none;
}
a.checkout-checkoutbg:visited {
color: <actinic:variable name="CheckoutBG" />;
text-decoration: none;
}
a.checkout-checkoutbg:hover {
color: <actinic:variable name="CheckoutBG" />;
text-decoration: underline;
}
This is not the only thing it done.
Has anyone else notice this???
Do any one have any idea of the best way to sort it out.
I was thinking of using the standard CSS file and then just copy my CSS over from V9
Elliott