Custom CSS
There are times where you may want to change some colors to match your WordPress theme.
Here are some custom CSS codes to help you get started:
.moo_item_flip_content {
color: #97babe !important;.moo-checkout-form-ordertypes-option, .moo-checkout-form-payments-option {
font-size: 15px !important;
}
#Mooinstructions {
font-size: 20px;
}
.moo-btn-danger, .moo-btn-primary {
color: #ffffff !important;
}