The Yellow color is being overwritten by the WooCommerce Button Color setting set in Theme Options area.
However we can change that using a custom css rule.
Go to Appearance -> Theme Options -> Custom Css and paste there:
Code: Select all
#wrapper .button.button_yellow {
background-color: #ffdc00;
border-color: #ffdc00;
color: #333;
}
P.s: your site is awesome, really really awesome!

Thanks,
Stef