Home › Forums › Basel support forum › Need css code to on chang add to cart button text font size and bold › Reply To: Need css code to on chang add to cart button text font size and bold
August 28, 2018 at 11:42 am
#74656
Elise Noromit
Member
Hello,
Here is the code:
/*cart in widget*/
.widget_shopping_cart .buttons a {
font-size: 14px;
font-weight:bold;
}
/*coupon*/
.woocommerce .cart-actions .coupon .button {
font-size: 14px;
font-weight:bold;
}
/*update*/
.woocommerce .cart-actions .button {
font-size: 14px;
font-weight:bold;
}
/*proceed to checkout*/
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout > a.button{
font-size: 14px;
font-weight:bold;
}
/*place order*/
.woocommerce .place-order button{
font-size: 14px;
font-weight:bold;
}
Best Regards