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
To
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
Code:
#topnavbar { }
Code:
#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; }
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
Comment