buy button woocommerce

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Thu Aug 01, 2013 10:02 pm
Hi I would like to seperately style the buy button on woocommerce. if i change style all buttons change. Can you maybe point me in the right direction where and what to change.

thanks
User avatar
Fresh Boarder

GK User
Fri Aug 02, 2013 7:13 am
Hi,

Do you mean "Add to cart" button? It depends on which view? category? single product details? If you can please attach a screenshot or provide an direct URL to site with this button..

on single product page "Add to cart" button has class "single_add_to_cart_button", so in override.css file you have to put this code
Code: Select all
.single_add_to_cart_button {
    your css rules..
}
User avatar
Moderator


cron