johnmoore84 Posted September 7, 2010 Share Posted September 7, 2010 Hi, I have a little problem. On my order comfirmation page the order value ie where its says your payment is accepted of 19.99.The price "19.99" is white text on a white back ground so you cant see the price.Does anyone no which css file I need to change and where.Thanks Link to comment Share on other sites More sharing options...
razaro Posted September 7, 2010 Share Posted September 7, 2010 Code is in global.css .price, .price-shipping, .price-wrapping { color: #FFF; font-size: 1.1em; font-weight: bold; white-space: nowrap; } Link to comment Share on other sites More sharing options...
johnmoore84 Posted September 7, 2010 Author Share Posted September 7, 2010 Code is in global.css .price, .price-shipping, .price-wrapping { color: #FFF; font-size: 1.1em; font-weight: bold; white-space: nowrap; } Thanks for that, worked a treat. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now