Jump to content

[SOLVED] Add to cart text color?


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...