Hello,
By default, WordPress theme and WooCommerce didn’t have settings for button colors. In our theme, we implement these settings and split all array of WooCommerce, supported plugins and theme options buttons in three categories to be able to customize them separately:
SHOP BUTTONS. Buttons that are directly related to the WooCommerce purchase functionality. For example:
Add to cart (https://prnt.sc/1mstug0)
Proceed to checkout (https://prnt.sc/1msv4gk)
Return to shop (https://prnt.sc/1mswl7f)
ACCENT BUTTONS. Other “Call to action” buttons that not related to WooCommerce shop functionality. For example:
Sign up (https://prnt.sc/1msxyp0)
Post comment (https://prnt.sc/1mszh16)
Accept (Cookies) (https://prnt.sc/1mt08xk)
DEFAULT BUTTONS. All other WooCommerce supported plugins and theme options buttons that not included in the two upper categories, and those buttons that do not have own button settings. For example:
Filter (https://prnt.sc/1mt34qf)
View cart (https://prnt.sc/1mt3r1j)
Login (https://prnt.sc/1mt418f)
Update (https://prnt.sc/1mt4lsk)
In general, you can adjust them via Theme Settings -> Styles and colors -> Buttons.
https://prnt.sc/ksBDRU2bmrOy
You can also reach out to us if you have any questions.
Kind Regards