Hi
You can change the pink color through Appearance > Theme Options > Colors, change highlight color option.
If it doesn’t work, we will check it and fix it in the next version, and you can change the color and menu font by the following CSS
/* Change Color */
.custom_price_table.featured .button,
.custom_price_table.featured .edd_download_purchase_form .button,
#site-icons span.edd-cart-quantity{
background: YOUR COLOR;
}
/* Change Menu Font Size */
.main-navigation a{
font-size: 14px;
}
Add it to Appearance > Customize > Additional CSS
Thanks