Advertisement
nlozovan

Untitled

Apr 14th, 2014
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. /*add to chart buttons*/
  2. .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
  3. background: grey;
  4. color: #ffffff;
  5. }
  6.  
  7. /*select options buttons*/
  8. .grid-view .grid-elem .cart-options ul > li a.add_to_cart_button, .grid-view .grid-elem .cart-options ul > li a.product_type_simple {
  9. background: grey;
  10. color: #ffffff;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement