Radiator Posted September 20, 2010 Share Posted September 20, 2010 I can't find where to change 'Add to cart" text color.Thank you Link to comment Share on other sites More sharing options...
DevNet Posted September 20, 2010 Share Posted September 20, 2010 Hi,You can change this text color in themes/[your_theme]/css/global.css : /* exclusive button */ input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large { color: white!important } Best regards Link to comment Share on other sites More sharing options...
Radiator Posted September 20, 2010 Author Share Posted September 20, 2010 That what I was looking for! Thank You Link to comment Share on other sites More sharing options...
k3ri Posted September 21, 2010 Share Posted September 21, 2010 Please note: That will change more than just your add to cart text color, as those items are used throughout the site.If you need to be more specific: ajax_add_to_cart_button is the one you should separate out to give it a different color text (provided you're using the ajax cart - I'm checking this on the demo site) 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