How to change color of WooCommerce buttons on Cart and Checkout pages in Avada

Please try adding below css code in the Theme Options > Custom CSS section to make this change.

.woocommerce-cart .woocommerce .fusion-button, .woocommerce .checkout-button {
background: red !important;}

Change “red” to your desired button color.

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.