Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello ciccione82,

    1. Login as admin and go on theme customizer Dashboard >> Apperance >> Customize or Click on Custimze link on top bar from front-end.

    2. Then navigate Theme Options >> Custom CSS and put below css into textarea then click on Save & Publish button.

    /* For product listing page */
    .woocommerce ul.products li.product .button { background-color: #555;}

    /* For single product page */
    .woocommerce div.product form.cart .button { background-color: #555; }

    Hope this will helps you

    Thread Starter ciccione82

    (@ciccione82)

    Thanks, it works properly, but not for this button: “aggiorna carrello” at this page (when you modify the products quantity) and this button: “ritorna ai servizi legali” at this page. Also for this button: “accedi” at this page.

    • This reply was modified 8 years, 2 months ago by ciccione82.

    Hello ciccione82,

    Use below css


    input[type="submit"],
    a.button { background-color:#555 !important; }

    Hope this will helps you.

    Thread Starter ciccione82

    (@ciccione82)

    mmmh….it changed, but not properly and now change also search submit button. is there another way to solve for each button?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘woocommerce buttons color.’ is closed to new replies.