@joemcomber: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
/* To change the font size of price, subtotal, shipping and total */
.woocommerce-Price-amount.amount {
font-size: 20px;
}
/* To increase the font size of Ship To a Different Address */
#ship-to-different-address span {
font-size: 20px;
}
/* To fix the formatting of Have a Coupon icon */
.woocommerce-form-coupon-toggle .woocommerce-info::before {
top: 31px;
left: 12px;
}
Since the Pro version of the theme is WooCommerce Ready and comes with WooCommerce Options as well as many other additional-features I suggest you consider upgrading to the pro version.
Let me know if this works out!
Kind Regards,
Skandha