Friday 15 April 2011

css - Woocommerce add to cart button style -


I am using woocommerce on my site () and I want the "add to cart" style button on my site Currently, text is showing as a link which is very boring.

I am using CSS but it is not working

  .single_add_to_cart_button: hover {background: green! Important; } .single_add_to_cart_button {background: red! Important;  

Any help would be appreciated

I got stuck here

add-to-cart.fp (wp-content / themes / your theme / woocommerce / loop / add-to-cart.php)

You will find the 'anchor' tag there, just add the class to it


No comments:

Post a Comment