• Resolved stf512

    (@stf512)


    Hello,

    I cant figure out how to change the add to cart button color on a single page product.

    I tried to change every colors style in the menu appearance > customize > woocoomerce
    but i cant find the one for that particular button.

    css class of the button is : single_add_to_cart_button

    I know i can change it via css but i ‘d like to find the way to modify it through the customize menu !

    Thanks for your help !

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, add this css code in the custom css section of the customizer:

    .woocommerce button.button {
        color: #000;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Add to cart button color’ is closed to new replies.